Method GetLoopEdges
GetLoopEdges(ElementId, int)
Gets the edges of a loop.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
List<ElementItemId> GetLoopEdges(ElementId inElementId, int inLoopId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of the shape entity to analyze. |
| int | inLoopId | Identifier of the loop to analyze. |
Returns
| Type | Description |
|---|---|
| List<ElementItemId> | Identifiers of the edges of the loop. |
Remarks
This method is available since v7.7.