Class Hierarchy
AcRxObject AcGiDrawable AcDbObject AcDbRasterVariables
C++
class AcDbRasterVariables : public AcDbObject;
File
imgvars.h
Description
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.
Remarks
The library file for this class is acISMobj17.lib
Links
AcDbRasterVariables Enumerations, AcDbRasterVariables Methods
See Also
AcDbObject, AcDbRasterImage, AcDbRasterImageDef, Image Support Module Overview