AcMapDMProjectReactor Class

Land Desktop Development ARX CPP SDK

Links
AcMapDMProjectReactor Class
 

Base class used to notify the an application of display-management events within an AutoCAD Map project. Derive custom reactors from the AcMapDMProjectReactor class.  

To add a reactor: Derive your class AcMapDMMyReactor from AcMapDMProjectReactor.Override the virtual functions of this reactor base class.Use AcMapDMDisplayManagement::AddProjectReactor()to register an instance of the reactor.To unregister a reactor, use AcMapDMDisplayManagement::RemoveProjectReactor()..

class AcMapDMProjectReactor;
File

DMReactor.h

Invoked when a category is added to the style library. 
Invoked when a category is modified. 
Invoked when a category is detached from the style library. 
Invoked when a new map is appended or after a reactor is attached to a project that has map(s) defined. 
Invoked when a map is unloaded. 
Invoked just before a map is set as the current map. 
Invoked just after a map is set as the current map. 
Invoked when setting a map as current fails. 
Invoked when a map is detached. 
Invoked when a style is added to the category. 
Invoked when a style is modified. 
Invoked when a style is detached. 
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].