API Documentation > Creo Parametric fundamentals > Object ProMdl > Function ProMdlParamtablesetsCollect
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:
Synopsis
#include <ProParameter.h>
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
The function succeeded.
One or more input arguments was invalid.
No parameter table sets are available for this model.
Sample Code References
User Guide References
Was this helpful?