RVTDocs.com

TriangulatedShellComponent.GetVertex

Method
Description:
Returns the vertex with a given index.
Syntax
public XYZ GetVertex(
	int vertexIndex
)
Parameters
Parameter Type Description
vertexIndex Int32 The index of the vertex (between 0 and getVertexCount()-1, inclusive).
Return Value
Type Description
XYZ A copy of the requested vertex.
Exceptions
Exception Condition
ArgumentException vertexIndex is out of range.