GridNode Constructor

GridNode Constructor

Initializes a new instance of the GridNode class

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public GridNode(
	int uIndex,
	int vIndex
)
Public Sub New ( 
	uIndex As Integer,
	vIndex As Integer
)
public:
GridNode(
	int uIndex, 
	int vIndex
)
new : 
        uIndex : int * 
        vIndex : int -> GridNode

Parameters

uIndex  Int32
 
vIndex  Int32
 
See Also