Method HasInactiveOwner
HasInactiveOwner(ElementId)
Tells whether an operation owner is not active, or the owner of its owner,...
Declaration
[OperationContract]
[AvailableSinceVersion(7, 12, 0, 0)]
bool HasInactiveOwner(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the operation to analyze. |
Returns
| Type | Description |
|---|---|
| bool | The operation has a direct or indirect inactive owner. |
Remarks
This method is available since v7.12.