Revit 2025.3 API
Divided |
Get a reference to a line segment connecting
two adjacent grid nodes.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public Reference GetGridSegmentReference( GridNode gridNode, GridSegmentDirection gridSegmentDirection )
Public Function GetGridSegmentReference ( gridNode As GridNode, gridSegmentDirection As GridSegmentDirection ) As Reference
public: Reference^ GetGridSegmentReference( GridNode gridNode, GridSegmentDirection gridSegmentDirection )
member GetGridSegmentReference : gridNode : GridNode * gridSegmentDirection : GridSegmentDirection -> Reference
Parameters
- gridNode GridNode
- gridSegmentDirection GridSegmentDirection
Return Value
Reference| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when the grid node indexes are outside the range [ 0, NumberOfUGridlines - 1 ], [ 0, NumberOfVGridlines - 1 ], or when the adjacent grid node specified by gridSegmentDirection is out of range. |
See Also