API Reference > Other Classes > OdFdFieldEnginePE Class > OdFdFieldEnginePE Methods > OdFdFieldEnginePE::getFileName Method
OdFdFieldEnginePE::getFileName Method
Syntax
C++
virtual OdString getFileName(OdDbDatabase* pDb) = 0;
Parameters 
Description 
OdDbDatabase* pDb 
[in] Database.  

Name of the file associated with this database object.

Returns the name of the file associated with this database object. 

 

Differs from the current behavior of OdDbDatabase::getFilename(), which returns the autobackup filename, because OdDbDatabase::writeFile() always sets m_currentFileName.

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