GridNode Constructor
Initializes a new instance of the GridNode class

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)

Syntax

C#
public GridNode(
	int uIndex,
	int vIndex
)
Visual Basic
Public Sub New ( _
	uIndex As Integer, _
	vIndex As Integer _
)
Visual C++
public:
GridNode(
	int uIndex, 
	int vIndex
)

Parameters

uIndex
Type: System..::..Int32
vIndex
Type: System..::..Int32

See Also