Method GetOwner
GetOwner(ElementId)
Gets the owner element of an element.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
ElementId GetOwner(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the element to analyze. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the owner element, or Empty if the element does not have an owner. |
Remarks
This method is available since v7.6.