Method SetSmartBooleanParameterCreation
SetSmartBooleanParameterCreation(ElementId, SmartBoolean)
Sets a smart boolean parameter creation operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 17, 400, 220)]
void SetSmartBooleanParameterCreation(ElementId inElementId, SmartBoolean inSmartBoolean)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the smart boolean parameter creation operation to modify. |
| SmartBoolean | inSmartBoolean | Smart boolean value. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.17.