Share

AcDbRasterImageDefReactor

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbRasterImageDefReactor

C++

class AcDbRasterImageDefReactor : public AcDbObject;

File

imgdef.h

Description

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.

Remarks

The library file for this class is located at acISMobj17.lib

Notes

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.

Links

AcDbRasterImageDefReactor Enumerations, AcDbRasterImageDefReactor Methods

See Also

AcDbObject, AcDbEntity, AcDbRasterImageDef, AcDbRasterImage, Image Support Module Overview

Was this information helpful?