C# 클래스 Revit.SDK.Samples.Loads.CS.FormulaMap

The map class which store the data and display in formulaDataGridView
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

FormulaMap() 공개 메소드

Default constructor of FormulaMap
public FormulaMap ( ) : System
리턴 System

FormulaMap() 공개 메소드

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

FormulaMap() 공개 메소드

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
리턴 System