API Reference > OdDb Classes > OdDbRasterImageDefFileAccessReactor Class > OdDbRasterImageDefFileAccessReactor Methods > OdDbRasterImageDefFileAccessReactor::onPathChange Method
OdDbRasterImageDefFileAccessReactor::onPathChange Method
Syntax
C++
virtual bool onPathChange(const OdDbRasterImageDef*, const OdString& pPath, const OdString& pActivePath, bool& replacePath, OdString& replacementPath) = 0;
Parameters 
Description 
const OdString& pPath 
[in] Input saved raster image file name.  
const OdString& pActivePath 
[in] Input active raster image file name.  
bool& replacePath 
[in] Is set to 'true' if replacementPath should be used instead of pActivePath.  
OdString& replacementPath 
[in] Input replacement raster image file name. 
OdDbRasterImageDef 
[in] Input pointer to the affected RasterImageDef object.  

Function is called before the raster image active path is changed. 

 

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