API Reference > OdDb Classes > OdDbRasterImageDef Class > OdDbRasterImageDef Methods > OdDbRasterImageDef::suggestName Method
OdDbRasterImageDef::suggestName Method
Syntax
C++
static OdString suggestName(const OdDbDictionary* pImageDictionary, const OdString& strFilePath, int nMaxLength = kMaxSuggestNameSize);
Parameters 
Description 
const OdDbDictionary* pImageDictionary 
[in] Pointer to the image dictionary.  
const OdString& strFilePath 
[in] New image file name.  
int nMaxLength = kMaxSuggestNameSize 
[in] Max length of the name returned. 

Modifies the original image filename to return a new image name suitable for an image dictionary.

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