GridNode Constructor

Initializes a new instance of the GridNode class

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public GridNode(
	int uIndex,
	int vIndex
)

Parameters

uIndex  Int32
 
vIndex  Int32
 
See Also