AcRxObject AcGiDrawable AcHeapOperators AcDbObject AcDbRasterImageDefReactor
class AcDbRasterImageDefReactor : public AcDbObject;
imgdef.h
The AcDbRasterImageDefReactor object is used to notify AcDbRasterImage entities of relevant modifications to their associated AcDbRasterImageDef object.
Specifically, modification of the AcDbRasterImageDef object triggers the redraw of each of its dependent AcDbRasterImage entities. Erasing the AcDbRasterImageDef object triggers the erasing of each of its dependent AcDbRasterImage entities.
Linking to acISMobj17.lib
Class AcDbRasterImageDefReactor is implemented in an ObjectARX application called acISMui.arx. Your application must link to the ObjectARX API library acISMobj17.lib to use any of the methods specific to this class.
The library file for this class is located at acISMobj17.lib
The AcDbObject methods on this class can be accessed without linking to acISMobj17.lib. Simply cast the object pointer (for example, as returned by acdbOpenObject) to class AcDbObject.
AcDbRasterImageDefReactor Enumerations, AcDbRasterImageDefReactor Methods
AcDbObject, AcDbEntity, AcDbRasterImageDef, AcDbRasterImage, Image Support Module Overview