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

The map class which store the data and display in formulaDataGridView
显示文件 Open project: AMEE/revit Class Usage Examples

Public Methods

Method Description
FormulaMap ( ) : System

Default constructor of FormulaMap

FormulaMap ( String caseName ) : System

constructor with the case name

FormulaMap ( double factor, String caseName ) : System

Constructor with the factor and case name

Method Details

FormulaMap() public method

Default constructor of FormulaMap
public FormulaMap ( ) : System
return System

FormulaMap() public method

constructor with the case name
public FormulaMap ( String caseName ) : System
caseName String The value set to Case Property
return System

FormulaMap() public method

Constructor with the factor and case name
public FormulaMap ( double factor, String caseName ) : System
factor double The value set to Factor Property
caseName String The value set to Case Property
return System