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