API Reference > Other Classes > OdFileDependencyManager Class > OdFileDependencyManager Methods > updateEntry Method > OdFileDependencyManager::updateEntry Method (OdString&, OdString&)
OdFileDependencyManager::updateEntry Method (OdString&, OdString&)
Syntax
C++
virtual OdResult updateEntry(const OdString& feature, const OdString& fullFileName) = 0;
Parameters 
Description 
const OdString& feature 
[in] Name of the application or feature that created the entry.  
const OdString& fullFileName 
[in] Full name of file for the entry.  
index 
[in] File Dependency List index. 

Updates the specified entry in the DWG section of the File Dependency List. 

 

This function resets the mIsModified, mTimestamp, and mFileSize members of the entry.

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