Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlEraseNotDisplayed


Description
Erases all models not referenced in windows from session.
Synopsis
#include <ProMdl.h>
ProErrorProMdlEraseNotDisplayed(void)
Returns
PRO_TK_NO_ERRORThe function successfully erased the models.
PRO_TK_E_BUSYCreo Parametric is in a state where erase isn't allowed.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Core: Models and Model Items: File Management Operations
  2. Core: Models and Model Items: File Management Operations

Sample Code References:

  1. pt_examples ( TestDbms.c )
  2. pt_userguide ( UgInterfaceExport.c )