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> | |||||||||||
ProError | ProMdlParamtablesetsCollect | ( | |||||||||
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 | |||||||||||
|