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