Get the position of a grid node in UV
coordinates in the surface.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public UV GetGridNodeUV(
GridNode gridNode
)
Parameters
- gridNode GridNode
-
Return Value
UV
Exceptions
| Exception | Condition |
|---|
| ArgumentOutOfRangeException | Thrown
when the grid node indexes are outside the range
[ 0, NumberOfUGridlines - 1 ], [ 0, NumberOfVGridlines - 1 ].
|
See Also
Reference