Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlParamtablesetsCollect


Description
Obtains an array of all of the table sets that are available for use in the given model. This includes all sets that are loaded from files setup in this session, and any sets that were previously stored in the model.
Replacement in Object TOOLKIT: wfcWModel::CollectParamTablesets
Synopsis
#include <ProParameter.h>
ProErrorProMdlParamtablesetsCollect(
ProMdl mdl
/* (In)
The model.
*/
ProParamtableSet** param_table_sets
/* (Out)
ProArray of the table sets that are available for use in this model. Free this using ProParamtablesetProarrayFree().
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDNo parameter table sets are available for this model.

Manual References:

  1. Core: Parameters: Table-Restricted Parameters
  2. Core: Parameters: Table-Restricted Parameters

Sample Code References:

  1. pt_udf_examples ( PTUDFExParamInfo.c )
  2. pt_udf_examples ( PTUDFExParamInfo.c )