API Reference > OdDg Classes > OdDgModelReactor Class
OdDgModelReactor Class
OdDgModelReactorOdDgModelReactorOdDgModelReactor
Syntax
C++
class OdDgModelReactor : public OdDgElementReactor;

DgElementReactor.h

This class is the base class for custom classes that receive notification of OdDgElement and OdDgModel element events.

The default implementations of all methods in this class do nothing but return. 

Corresponding C++ library: TG_Db 

 

 
Name 
Description 
 
Notification function called whenever an model is opened OdDg::kForWrite, a function has been called that could modify the gi context linked contents of this element, and this element is now being closed.
 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDgModelReactor. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.