Revit 2026 API
Mesh |
A vertex of the triangle.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ this[ int idx ] { get; }
Public ReadOnly Property Vertex ( idx As Integer ) As XYZ Get
public: property XYZ^ Vertex[int idx] { XYZ^ get (int idx); }
member Vertex : XYZ with get
Parameters
- idx Int32
- Index of the vertex in the triangle: 0, 1 or 2.
Property Value
XYZSee Also