Category Creo Parametric TOOLKIT fundamentals, Object ProExtdata

Function ProExtdataTerm


Description
Cleans up the setup required for the generic application data operations for the specified model.
Replacement in Object TOOLKIT: pfcModel::TerminateExternalData
Synopsis
#include <ProExtdata.h>
ProExtdataErrProExtdataTerm(
ProMdl p_model
/* (In)
The model handle
*/
)
Returns
PROEXTDATA_TK_NO_ERRORThe function successfully performed the cleanup.
PROEXTDATA_TK_ERRORThe function failed.
PROEXTDATA_TK_INVALID_OBJ_OR_CLASSThe specified model is invalid.

Manual References:

  1. Core: External Data: Storing External Data

Sample Code References:

  1. pt_examples ( TestGenedata.c )