Revit 2025.3 API
Divided |
Get the position of a grid node in UV
coordinates in the surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public UV GetGridNodeUV( GridNode gridNode )
Public Function GetGridNodeUV ( gridNode As GridNode ) As UV
public: UV^ GetGridNodeUV( GridNode gridNode )
member GetGridNodeUV : gridNode : GridNode -> UV
Parameters
- gridNode GridNode
Return Value
UV| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when the grid node indexes are outside the range [ 0, NumberOfUGridlines - 1 ], [ 0, NumberOfVGridlines - 1 ]. |
See Also