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

The map class which store the data and display in formulaDataGridView
Afficher le fichier Open project: AMEE/revit Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Default constructor of FormulaMap
public FormulaMap ( ) : System
Résultat System

FormulaMap() public méthode

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

FormulaMap() public méthode

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
Résultat System