C# Class Revit.SDK.Samples.Loads.CS.LoadCasesMap

A class to store Load Case and it's properties.
Show file Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
LoadCasesMap ( LoadCase loadCase ) : System

Overload the constructor

Private Methods

Method Description
FindProperty ( ) : bool

Find the Nature and Category of the Load Case.

SetLoadCasesCategoryId ( ) : bool

Set a new category for the Load Case

SetLoadCasesName ( ) : bool

Set a new name for the Load Case

SetLoadCasesNatureId ( ) : bool

Set a new Nature for the Load Case

SetLoadCasesNumber ( ) : bool

Set a new number for the Load Case

Method Details

LoadCasesMap() public method

Overload the constructor
public LoadCasesMap ( LoadCase loadCase ) : System
loadCase LoadCase Load Case
return System