AcMapTopoElement::IsOnThisObject Method

Land Desktop Development ARX CPP SDK

AcMapTopoElement:: IsOnThisObject Method
 

Determines whether a specified point is within tolerance of this object.

virtual bool IsOnThisObject(
    const AcGePoint3d& point, 
    double dTolerance
) const = 0;
Parameters 
Description 
point 
Input point to test.  
dTolerance 
Input the maximum distance to the point (ignored for polygons). The measurement units depend on the current drawing's unit settings.  
Returns

Returns true if the point is within tolerance of this object, or false if it is not.

Remarks

If this object is a polygon, then the point must be inside or on the boundary, regardless of tolerance.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].