Revit 2023 API |
GridNode Constructor |
GridNode Structure See Also |
Initializes a new instance of the GridNode class
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.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