Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdFileDependencyManager::eraseEntry Method (OdUInt32, const bool)
Syntax
C++
virtual OdResult eraseEntry(OdUInt32 fdlIndex, const bool forceRemove = false) = 0;

Erases the specified entry from the File Dependency List. 

 

Parameters
Description
fdlIndex
[in] File Dependency List index.
forceRemove
[in] True to erases the entry regardless of its reference count.

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-2022. Open Design Alliance All rights reserved.