Category Parameters and relations, Object ProParameter

Function ProParameterIsListValue


Description
Get whether parameter value type is list or not.
Synopsis
#include <ProParameter.h>
ProErrorProParameterIsListValue(
ProParameter* param
/* (In)
The parameter.
*/
ProBoolean* is_list
/* (Out)
Will be PRO_B_TRUE if the specified parameter value type is list, else, will be PRO_B_FALSE.
*/
)
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