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
>
ProError
ProMdlDelete
(
ProMdl
handle
/* (In)
The model to delete
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully deleted the model.
PRO_TK_BAD_INPUTS
The argument is invalid.
PRO_TK_BAD_CONTEXT
The function is not available in Design Test Mode.
Manual References:
Core: Models and Model Items: File Management Operations
Sample Code References:
pt_examples ( TestDbms.c )
pt_examples ( UtilSect.c )