API Reference > Other Classes > OdFileDependencyManager Class > OdFileDependencyManager Methods > getEntry Method > OdFileDependencyManager::getEntry Method (OdString&, OdString&, OdFileDependencyInfoPtr&, bool)
OdFileDependencyManager::getEntry Method (OdString&, OdString&, OdFileDependencyInfoPtr&, bool)
Syntax
C++
virtual OdResult getEntry(const OdString& feature, const OdString& fullFileName, OdFileDependencyInfoPtr& fileInfo, const bool useCachedInfo = false) = 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.  
OdFileDependencyInfoPtr& fileInfo 
[out] Receives the file dependency information  
const bool useCachedInfo = false 
[in] True to use cached information, false to use updated information. 

Returns eOk if successful, or an appropriate error code if not.

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

 

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