Revit 2026 API
Fill |
Gets the index of fill grid line closest to the input 2d point.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int GetPointLineZone( UV point )
Public Function GetPointLineZone ( point As UV ) As Integer
public: int GetPointLineZone( UV^ point )
member GetPointLineZone : point : UV -> int
Parameters
- point UV
- Input point.
Return Value
Int32The index of fill grid line.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also