Share

DividedSurface.GetGridNodeReference Method

Get a reference to the geometric point associated with a grid node.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public Reference GetGridNodeReference(
	GridNode gridNode
)

Parameters

gridNode  GridNode
 

Return Value

Reference

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThrown when the grid node indexes are outside the range [ 0, NumberOfUGridlines - 1 ], [ 0, NumberOfVGridlines - 1 ].

See Also

Reference

Was this information helpful?