Method IsDeactivable
IsDeactivable(ElementId)
Tells whether an operation may be deactivated.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
bool IsDeactivable(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the operation to analyze. |
Returns
| Type | Description |
|---|---|
| bool | The operation may be deactivated. |
Remarks
This method is available since v7.12.