Gets the index of fill grid line and the point on the grid line nearest to the input point.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public int GetPointLineZone( UV point, out UV nearestPoint )
Parameters
Return Value
Int32The index of fill grid line.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |