C# Class BuildingCoder.CmdCategorySupportsTypeParameter

Inheritance: IExternalCommand
Afficher le fichier Open project: jeremytammik/the_building_coder_samples

Méthodes publiques

Свойство Type Description
_bicAllowsBoundParametersAsInstance BuiltInCategory[]
_bicAllowsBoundParametersAsType BuiltInCategory[]

Méthodes publiques

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

Private Methods

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

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

Property Details

_bicAllowsBoundParametersAsInstance public_oe static_oe property

public static BuiltInCategory[] _bicAllowsBoundParametersAsInstance
Résultat BuiltInCategory[]

_bicAllowsBoundParametersAsType public_oe static_oe property

public static BuiltInCategory[] _bicAllowsBoundParametersAsType
Résultat BuiltInCategory[]