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