Category
Creo Parametric fundamentals
, Object
ProMdl
Function ProMdlEraseNotDisplayed
Description
Erases all models not referenced in windows from session.
Synopsis
#include <
ProMdl.h
>
ProError
ProMdlEraseNotDisplayed
(void)
Returns
PRO_TK_NO_ERROR
The function successfully erased the models.
PRO_TK_E_BUSY
Creo Parametric is in a state where erase isn't allowed.
PRO_TK_GENERAL_ERROR
The function failed.
Manual References:
Core: Models and Model Items: File Management Operations
Core: Models and Model Items: File Management Operations
Sample Code References:
pt_examples ( TestDbms.c )
pt_userguide ( UgInterfaceExport.c )