Share

AcDbRasterImageDef::unload

C++

virtual Acad::ErrorStatus unload(
    Adesk::Boolean modifyDatabase = true
);

Description

Immediately unloads the image data in AcDbRasImageDef from the Image Engine's working memory, but does not delete the AcDbRasImageDef itself. Triggers notification that causes all dependent AcDbRasterImage entities are redrawn as frames only. Requires that the AcDbRasterImageDef be open for writing.

If modifyDatabase is true, then undo recording will be done for the changes made to the AcDbRasterImageDef object.

Returns Acad::eOk if successful.

Parameters

Parameters Description
modifyDatabase Input Boolean indicating whether or not to do undo recording

Links

AcDbRasterImageDef

Was this information helpful?