Method GetVertexPoint
GetVertexPoint(ElementItemId)
Gets the point attached to a vertex.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
Point3D GetVertexPoint(ElementItemId inVertexId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inVertexId | Identifier of the vertex to analyze. |
Returns
| Type | Description |
|---|---|
| Point3D | Vertex point. |
Remarks
This method is available since v7.7.