Revit 2025.3 API
Mesh |
A vertex of the triangle.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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