Category Parameters and relations, Object ProParameter

Function ProParameterListTypeSet


Description
Set parameter value type as list.
Synopsis
#include <ProParameter.h>
ProErrorProParameterListTypeSet(
ProParameter* param
/* (In)
The parameter.
*/
ProBoolean is_list
/* (In)
This is PRO_B_TRUE if the specified parameter value type wants to set as list. This is PRO_B_FALSE if the specified parameter value type wants to set as non-list.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. Core: Parameters: Parameter Values
  2. Core: Parameters: Parameter Values
  3. Technical Summary of Changes for Creo 11.0.0.0: Parameters