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