Category Creo Parametric TOOLKIT fundamentals, Object ProExtdata

Function ProExtdataInit


Description
Performs the initial setup for the generic application data operation.
Replacement in Object TOOLKIT: pfcModel::AccessExternalData
Synopsis
#include <ProExtdata.h>
ProExtdataErrProExtdataInit(
ProMdl p_model
/* (In)
The model handle
*/
)
Returns
PROEXTDATA_TK_NO_ERRORThe function successfully performed the setup.
PROEXTDATA_TK_ERRORThe function failed.
PROEXTDATA_TK_INVALID_OBJ_OR_CLASSThe specified model is invalid.

Manual References:

  1. Core: External Data: Storing External Data
  2. Core: External Data: Storing External Data

Sample Code References:

  1. pt_examples ( TestGenedata.c )
  2. pt_examples ( TestGenedata.c )