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