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