C# 클래스 Revit.SDK.Samples.AutoParameter.CS.FamilyParam

record the data of a parameter: its name, its group, etc
파일 보기 프로젝트 열기: AMEE/revit 1 사용 예제들

공개 메소드들

메소드 설명
FamilyParam ( string name, BuiltInParameterGroup group, ParameterType type, bool isInstance, int line ) : System

constructor which exposes for invoking

비공개 메소드들

메소드 설명
FamilyParam ( ) : System

default constructor, hide this by making it "private"

메소드 상세

FamilyParam() 공개 메소드

constructor which exposes for invoking
public FamilyParam ( string name, BuiltInParameterGroup group, ParameterType type, bool isInstance, int line ) : System
name string /// parameter name ///
group BuiltInParameterGroup /// indicate which group the parameter belongs to ///
type ParameterType /// the type of the parameter ///
isInstance bool /// indicate whethe the parameter is an instance parameter ///
line int /// record the location of this parameter in the family parameter file ///
리턴 System