Gets the index of fill grid line and the point on the grid line nearest to the input point.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int GetPointLineZone(
UV point,
out UV nearestPoint
)
Parameters
- point UV
-
Input point.
- nearestPoint UV%
-
The point on the grid line nearest to the input point.
Return Value
Int32
The index of fill grid line.
Exceptions
See Also
Reference