Object ProParamtableset

Function ProParamtablesetApply


Description
Assigns this parameter set to the given parameter owner. Parameters called by the set will be created or modified, as appropriate. The parameter values will be set to the default values. This function does not perform a regeneration.
Replacement in Object TOOLKIT: wfcWParameterOwner::ApplyParameterTableset
Synopsis
#include <ProParameter.h>
ProErrorProParamtablesetApply(
ProModelitem* owner
/* (In)
The owner for the parameter set.
*/
ProParamtableSet set
/* (In)
The parameter table set.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_E_NOT_FOUNDThe parameter owner already has one or more required parameters defined and they are not driven by this table.

Manual References:

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