Share

Sheet.FindUsingPoint Method

Parent Object: Sheet

Description

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 ObjectsEnumerator

Parameters

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.

Version

Introduced in version 2008

Was this information helpful?