RebarShapeDefinitionBySegments.GetVertex
Method
Description:
Return a reference to one of the vertices in the definition.
Return a reference to one of the vertices in the definition.
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. |