Method GetChild
GetChild(ElementId)
Gets the child element of an operation.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
ElementId GetChild(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the operation to analyze. |
Returns
| Type | Description |
|---|---|
| ElementId | Identifier of the child element found, or Empty if none. |
Remarks
The operation must not have several children, otherwise an exception is thrown.
This method is available since v7.6.