Return a reference to one of the vertices in the definition.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public RebarShapeVertex GetVertex(
int vertexIndex
)
Parameters
- vertexIndex Int32
-
Index of the vertex (0 to NumberOfVertices - 1).
Return Value
RebarShapeVertex
The requested vertex.
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
vertexIndex is not between 0 and NumberOfVertices.
|
See Also
Reference