Share

SurfaceBodyProxy.LocateUsingPoint Method

Parent Object: SurfaceBodyProxy

Description

Finds the object of specified type within the proximity of the given point. By default an internal tolerance is used to gauge the proximity.

Syntax

SurfaceBodyProxy.LocateUsingPoint( ObjectType As ObjectTypeEnum, PointOnObject As Point, [ProximityTolerance] As Variant ) As Object

Parameters

Name Type Description
ObjectType ObjectTypeEnum Input ObjectType of object to find.
PointOnObject Point Input .
ProximityTolerance Variant Optional input Variant that specifies the tolerance to use to test proximity. If this value is not specified, the internal tolerance is used.

This is an optional argument whose default value is null.

Version

Introduced in version 5.3

Was this information helpful?