AcMapDMMapReactor Class

Land Desktop Development ARX CPP SDK

Links
AcMapDMMapReactor Class
 

Base class used to notify an application of display-management events within a display-management map. Derive custom reactors from the AcMapDMMapReactor class.  

To add a reactor: Derive your class AcMapDMMyReactor from AcMapDMMapReactor.Override the virtual functions of this reactor base class.Use AcMapDMMap::AddReactor()to register an instance of the reactor.To unregister a reactor, use AcMapDMMap::RemoveReactor()..

class AcMapDMMapReactor;
File

DMReactor.h

Invoked when the current scale is modified. 
Invoked just before stylization is dismissed. 
Invoked when a stylization dismissal is cancelled. 
Invoked just after stylization is dismissed. 
Invoked when a display-management item is added to the map. 
Invoked when a display-management item is erased from the map. 
Invoked when a display-management item is modified. 
Invoked when a scale is added. 
Invoked when a scale is erased. 
Invoked when a scale is modified. 
Invoked when a style is added. 
Invoked when a style is erased. 
Invoked when a style is modified. 
Invoked when a style reference is added. 
Invoked when a style reference is erased. 
Invoked when a style reference is modified. 
Invoked just before stylization occurs. 
Invoked when a stylization is cancelled. 
Invoked just after stylization occurs. 
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].