GridNode.UIndex Property

GridNodeUIndex Property

The node's index along the U axis.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int UIndex { get; set; }
Public Property UIndex As Integer
	Get
	Set
public:
property int UIndex {
	int get ();
	void set (int value);
}
member UIndex : int with get, set

Property Value

Int32
See Also