API Reference > OdDb Classes > OdDbRasterImageDef Class > OdDbRasterImageDef Methods > OdDbRasterImageDef::load Method
OdDbRasterImageDef::load Method
Syntax
C++
virtual OdResult load(bool modifyDatabase = true);
Parameters 
Description 
bool modifyDatabase = true 
[in] If and only if true, an undo recording will be done for this object. 

Loads the source image file for this raster image definition object. 

 

This function calls searchForActivePath() to determine the active path. 

If the image file is currently loaded, the file will not be read. 

"Lazy loading" implies that the image file will not be loaded until it is required.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.