API Reference > Other Classes > OdFileDependencyManager Class > OdFileDependencyManager Methods > getEntry Method > OdFileDependencyManager::getEntry Method (OdUInt32, OdFileDependencyInfoPtr&, bool)
OdFileDependencyManager::getEntry Method (OdUInt32, OdFileDependencyInfoPtr&, bool)
Syntax
C++
virtual OdResult getEntry(OdUInt32 fdlIndex, OdFileDependencyInfoPtr& fileInfo, const bool useCachedInfo = false) = 0;
Parameters 
Description 
OdUInt32 fdlIndex 
[in] File Dependency List index.  
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.