Share

FillGrid.GetPointLineZone(UV) Method

Gets the index of fill grid line closest to the input 2d point.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public int GetPointLineZone(
	UV point
)

Parameters

point  UV
Input point.

Return Value

Int32
The index of fill grid line.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?