Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlDelete


Description
Deletes the specified model from memory and disk.
Replacement in Object TOOLKIT: pfcModel::Delete
Synopsis
#include <ProMdl.h>
ProErrorProMdlDelete(
ProMdl handle
/* (In)
The model to delete
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully deleted the model.
PRO_TK_BAD_INPUTSThe argument is invalid.
PRO_TK_BAD_CONTEXTThe function is not available in Design Test Mode.

Manual References:

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

Sample Code References:

  1. pt_examples ( TestDbms.c )
  2. pt_examples ( UtilSect.c )