RVTDocs.com

RebarShapeDefinitionBySegments.GetVertex

Method
Description:
Return a reference to one of the vertices in the definition.
Syntax
public RebarShapeVertex GetVertex(
	int vertexIndex
)
Parameters
Parameter Type Description
vertexIndex Int32 Index of the vertex (0 to NumberOfVertices - 1).
Return Value
Type Description
RebarShapeVertex The requested vertex.
Exceptions
Exception Condition
ArgumentException vertexIndex is not between 0 and NumberOfVertices.