API Reference > OdDb Classes > OdDbRasterImageDefReactor Class
OdDbRasterImageDefReactor Class
OdDbRasterImageDefReactorOdDbRasterImageDefReactor
Syntax
C++
class OdDbRasterImageDefReactor : public OdDbObject;

DbRasterImageDef.h

This class implements raster image definition reactor objects in an OdDbDatabase instance.

Raster image definition reactor (OdDbRasterImageDefReactor) objects are used to notify raster image (OdDbRasterImage) objects of changes to their associated raster image definition (OdDbRasterImage) objects. 

Modifications of image definition objects redraw their dependent raster image entities. Deletion of image definition objects delete their dependent raster image entities. 

 

TD_Db

 
Name 
Description 
 
This is OdDbRasterImageDefReactor, a member of class OdDbRasterImageDefReactor. 
 
Name 
Description 
 
This is record OdDbRasterImageDefReactor::DeleteImageEvent. 
 
Name 
Description 
 
Returns the version of the raster image associated with this object. 
 
Reads the .dwg file data of this object.
 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Notification function called whenever an object has been erased or unerased.
 
 
Notification function called whenever an object is opened OdDb::kForWrite, a function has been called that could modify the content of this object, and this object is now being closed.
 
 
This is ODDB_DECLARE_MEMBERS, a member of class OdDbRasterImageDefReactor. 
 
Notification function called whenever an OdDbRasterImageDef object is about to be unloaded or erased.
 
 
Controls notifications of OdDbRasterImage object events.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.