RVTDocs.com
Namespace: Autodesk.Revit.DB Class: DividedSurface

DividedSurface.GetGridSegmentReference

Method
Description:
Get a reference to a line segment connecting two adjacent grid nodes.
Syntax
public Reference GetGridSegmentReference(
	GridNode gridNode,
	GridSegmentDirection gridSegmentDirection
)
Parameters
Parameter Type Description
gridNode GridNode
gridSegmentDirection GridSegmentDirection
Return Value
Exceptions
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.