Share

AcEdInputPointMonitor

Class Hierarchy

AcRxObject
    AcEdInputPointMonitor

C++

class AcEdInputPointMonitor : public AcRxObject;

File

acedinpt.h

Description

This class provides a callback protocol that defines an "Input Point Notification" mechanism. It is intended to only monitor points after built-in AutoCAD point filters have computed their effect. This also satisfies a more general desire for "cursor event notification." If you intend to make changes to points, see AcEdInputPointFilter instead.

Unlike AcEdInputPointFilter, this class cannot affect the point or influence the prompting, and therefore has none of the Output Value parameters of AcEdInputPointFilter. However, see graphics output, which is the same for monitors as for filters.

Note

If you use this class to add or change a tooltip displayed in the AutoCAD drawing area, you can include tooltips spanning multiple lines. To format text as a new line, use \n; to create tabs, use \t.

Links

AcEdInputPointMonitor Methods

See Also

AcDbCustomOsnapManager, AcDbCustomOsnapInfo, AcDbCustomOsnapMode, AcEdInputContextReactor, AcEdInputPointFilter, AcEdInputPointManager, AcGiGlyph

Was this information helpful?