RVTDocs.com
Namespace: Autodesk.Revit.DB Class: FillGrid

FillGrid.GetPointLineZone(UV, UV)

Method
Description:
Gets the index of fill grid line and the point on the grid line nearest to the input point.
Syntax
public int GetPointLineZone(
	UV point,
	out UV nearestPoint
)
Parameters
Parameter Type Description
point UV Input point.
nearestPoint UV The point on the grid line nearest to the input point.
Return Value
Type Description
Int32 The index of fill grid line.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null