Object ProParamtableset

Function ProParamtablesetLabelGet


Description
Obtains the set label for a given parameter table set, if it exists.
Replacement in Object TOOLKIT: wfcParamTableset::GetLabel
Synopsis
#include <ProParameter.h>
ProErrorProParamtablesetLabelGet(
ProParamtableSet set
/* (In)
The parameter table set.
*/
ProName label
/* (Out)
The set label.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

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 )
  3. pt_udf_examples ( PTUDFExParamInfo.c )