Category Parameters and relations, Object ProParameter

Function ProParameterListValueGet


Description
Retrieves the list values and units of the specified ProParameter.
Synopsis
#include <ProParameter.h>
ProErrorProParameterListValueGet(
ProParameter* param
/* (In)
The handle to the parameter to query.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information. Parameter could be unitless.
PRO_TK_E_NOT_FOUNDThe owner was not found.
PRO_TK_BAD_INPUTSOne or more arguments was invalid.
PRO_TK_GENERAL_ERRORThe parameter was not found, or the function could not perform the action.

Manual References:

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