API Reference > Other Classes > OdFileDependencyManager Class > OdFileDependencyManager Methods > eraseEntry Method > OdFileDependencyManager::eraseEntry Method (OdUInt32, bool)
OdFileDependencyManager::eraseEntry Method (OdUInt32, bool)
Syntax
C++
virtual OdResult eraseEntry(OdUInt32 fdlIndex, const bool forceRemove = false) = 0;
Parameters 
Description 
OdUInt32 fdlIndex 
[in] File Dependency List index.  
const bool forceRemove = false 
[in] True to erases the entry regardless of its reference count. 

Erases the specified entry from the DWG section of the File Dependency List. 

 

If the reference count of the entry is 1, or forceRemove is true, the entry is erased. Otherwise, this function merely decrements the reference count.

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