Initializes a new instance of the
GridNode class
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
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
) |
See Also