Share

AcDbRasterImageDefTransReactor

Class Hierarchy

AcRxObject
    AcDbObjectReactor
        AcDbRasterImageDefTransReactor

C++

class AcDbRasterImageDefTransReactor : public AcDbObjectReactor;

File

imgdef.h

Description

The AcDbRasterImageDefTransReactor is a non-persistent version of AcDbRasterImageDefReactor. That is, it is not stored in the drawing database. It is used to notify applications or other entities of modifications to AcDbRasterImageDef objects. This is a pure virtual class. It must be subclassed and implemented before it can be created and attached to an AcDbRasterImageDef object.

AcDbRasterImageDefTransReactor supports the following AcDbRasterImageDefReactor notifications: erased, modified, and onDeleteImage. (Please see the AcDbRasterImageDefReactor class documentation for these methods.) However, there is no built-in setEnable() method for this class.

Links

AcDbRasterImageDefTransReactor Methods

See Also

AcDbRasterImageDefReactor, AcDbObject, AcDbEntity, AcDbRasterImageDef, AcDbRasterImage

Was this information helpful?