The index of the vertex in the Vertices array of the mesh, for indexed access.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public uint this[
int idx
] { get; }Parameters
- idx Int32
- Index of the vertex in the triangle: 0, 1 or 2.
Property Value
UInt32
See Also
Reference