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