Category Creo Parametric TOOLKIT fundamentals, Object ProExtdata

Function ProExtdataLoadAll


Description
Loads all the generic application data for the specified model.
Replacement in Object TOOLKIT: pfcExternalDataAccess::LoadAll
Synopsis
#include <ProExtdata.h>
ProExtdataErrProExtdataLoadAll(
ProMdl p_model
/* (In)
The model handle
*/
)
Returns
PROEXTDATA_TK_NO_ERRORThe function successfully loaded all the generic application data for the model.
PROEXTDATA_TK_ERRORThe function failed.
PROEXTDATA_TK_INVALID_OBJ_OR_CLASSThe specified model is invalid.

Manual References:

  1. Core: External Data: Retrieving External Data
  2. Core: External Data: Retrieving External Data

Sample Code References:

  1. pt_examples ( TestGenedata.c )