Returns the vertex with a given index.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public XYZ GetVertex(
int vertexIndex
)
Parameters
- vertexIndex Int32
-
The index of the vertex (between 0 and getVertexCount()-1, inclusive).
Return Value
XYZ
A copy of the requested vertex.
Exceptions
See Also
Reference