| Revit 2022.1 API |
| GridNode..::..VIndex Property |
| GridNode Structure See Also |
The node's index along the V axis.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public int VIndex { get; set; } |
| Visual Basic |
|---|
Public Property VIndex As Integer Get Set |
| Visual C++ |
|---|
public: property int VIndex { int get (); void set (int value); } |