C# Class BuildingCoder.CmdCategorySupportsTypeParameter

Inheritance: IExternalCommand
显示文件 Open project: jeremytammik/the_building_coder_samples

Public Properties

Property Type Description
_bicAllowsBoundParametersAsInstance BuiltInCategory[]
_bicAllowsBoundParametersAsType BuiltInCategory[]

Public Methods

Method Description
Execute ( ExternalCommandData revit, string &message, ElementSet elements ) : System.Result

Private Methods

Method Description
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

Method Details

Execute() public method

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

Property Details

_bicAllowsBoundParametersAsInstance public_oe static_oe property

public static BuiltInCategory[] _bicAllowsBoundParametersAsInstance
return BuiltInCategory[]

_bicAllowsBoundParametersAsType public_oe static_oe property

public static BuiltInCategory[] _bicAllowsBoundParametersAsType
return BuiltInCategory[]