C++
virtual Acad::ErrorStatus setImageModified( Adesk::Boolean modified );
Description
Allows developer control over the state of the internal "image data modified" flag. Each AcDbRasterImageDef object carries an mbImageModified flag. This flag is set when AcDbRasterImageDef::openImage() is called or if specifically set by calling setImageModified().
When this flag is set, ISM triggers a callback function before unloading a modified image. Developers may freely change the state of the flag as they see fit.
Returns Acad::eOk if successful.
Parameters
Parameters | Description |
---|---|
modified | Input value to which the "image modified" flag is set |