The node's index along the U axis.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
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);
} |
See Also