AcRxObject AcGiDrawable AcHeapOperators AcDbObject AcDbRasterVariables
class AcDbRasterVariables : public AcDbObject;
imgvars.h
The AcDbRasterVariables object carries all drawing-scope persistent variables associated with AutoCAD raster image management and display. A single object of this type is stored in each drawing file that contains image entities.
Class AcDbRasterVariables 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.
Note that 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.
The library file for this class is acISMobj17.lib
AcDbRasterVariables Enumerations, AcDbRasterVariables Methods
AcDbObject, AcDbRasterImage, AcDbRasterImageDef, Image Support Module Overview