Property | Type | Description | |
---|---|---|---|
_bicAllowsBoundParametersAsInstance | BuiltInCategory[] | ||
_bicAllowsBoundParametersAsType | BuiltInCategory[] |
Method | Description | |
---|---|---|
Execute ( ExternalCommandData revit, string &message, ElementSet elements ) : System.Result |
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 |
public Execute ( ExternalCommandData revit, string &message, ElementSet elements ) : System.Result | ||
revit | ExternalCommandData | |
message | string | |
elements | ElementSet | |
return | System.Result |
public static BuiltInCategory[] _bicAllowsBoundParametersAsInstance | ||
return | BuiltInCategory[] |