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