C++
ACDBCORE2D_PORT bool hitTest( const AcGePoint3d& ptHit ) const;
Description
This function tests for the existence of an AcDbMText object in a specified location when the TEXTGAPSELECTION system variable is enabled.
Parameters
Parameters | Description |
---|---|
ptHit | Input of a coordinate value as an AcGePoint3d object |
Returns
Returns true if an AcDbMText object was found, false otherwise.