Sheet.FindUsingPoint Method
Parent Object: SheetDescription
Method that finds drawing curve segments, entities on a sheet sketch, centerlines and centermarks that the given point lies on.
Syntax
Sheet.FindUsingPoint( PointOnSheet As Point2d, [ProximityTolerance] As Variant ) As ObjectsEnumeratorParameters
Name | Type | Description |
PointOnSheet | Point2d | Input Point2d object that specifies a sheet point. |
ProximityTolerance | Variant | Input Double that specifies the tolerance value for the search. If not specified, the default internal tolerance is used. This is an optional argument whose default value is null. |