Category Creo Parametric TOOLKIT fundamentals, Object ProExtdata

Function ProExtdataSlotNamesList


Description
Generates a list of all the slot names for the specified class.
Replacement in Object TOOLKIT: pfcExternalDataClass::ListSlots
Synopsis
#include <ProExtdata.h>
ProExtdataErrProExtdataSlotNamesList(
ProExtdataClass* p_extclass
/* (In)
The class handle
*/
int* r_num_of_slots
/* (Out)
The number of slots in the class
*/
ProExtdataNamesList* r_slot_names
/* (Out)
The list of slot names
*/
)
Returns
PROEXTDATA_TK_NO_ERRORThe function successfully returned the information.
PROEXTDATA_TK_ERRORThe function failed.
PROEXTDATA_TK_INVALID_OBJ_OR_CLASSThe specified model is invalid.
PROEXTDATA_TK_BAD_DATA_ARGSThe argument r_slot_names 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 )
  2. pt_examples ( TestGenedata.c )