Close

Relief for ODA Team in Ukraine

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

Erases the specified entry from the File Dependency List. 

 

Parameters
Description
feature
[in] Name of the application or feature that created the entry.
fullFileName
[in] Full name of file for the entry.
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.