C# 클래스 BuildingCoder.CmdCategorySupportsTypeParameter

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples

공개 프로퍼티들

프로퍼티 타입 설명
_bicAllowsBoundParametersAsInstance BuiltInCategory[]
_bicAllowsBoundParametersAsType BuiltInCategory[]

공개 메소드들

메소드 설명
Execute ( ExternalCommandData revit, string &message, ElementSet elements ) : System.Result

비공개 메소드들

메소드 설명
BicSupportsInstanceParameters ( BuiltInCategory bic ) : bool

Return true if the given built-in category supports instance parameters.

BicSupportsTypeParameters ( BuiltInCategory bic ) : bool

Return true if the given built-in category supports type parameters.

SupportsOrNotString ( bool b ) : string
f ( Document doc ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ExternalCommandData revit, string &message, ElementSet elements ) : System.Result
revit ExternalCommandData
message string
elements ElementSet
리턴 System.Result

프로퍼티 상세

_bicAllowsBoundParametersAsInstance 공개적으로 정적으로 프로퍼티

public static BuiltInCategory[] _bicAllowsBoundParametersAsInstance
리턴 BuiltInCategory[]

_bicAllowsBoundParametersAsType 공개적으로 정적으로 프로퍼티

public static BuiltInCategory[] _bicAllowsBoundParametersAsType
리턴 BuiltInCategory[]