Method GetEdgeVertices
GetEdgeVertices(ElementItemId, out ElementItemId, out ElementItemId)
Gets the start and end vertices of an edge.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
void GetEdgeVertices(ElementItemId inEdgeId, out ElementItemId outStartVertexId, out ElementItemId outEndVertexId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inEdgeId | Identifier of the edge to analyze. |
| ElementItemId | outStartVertexId | Identifier of the start vertex, or Empty if none. |
| ElementItemId | outEndVertexId | Identifier of the end vertex, or Empty if none. |
Remarks
This method is available since v7.7.