Category
Parameters and relations
, Object
ProParameter
Function ProParameterListValueGet
Description
Retrieves the list values and units of the specified
ProParameter.
Synopsis
#include <
ProParameter.h
>
ProError
ProParameterListValueGet
(
ProParameter
*
param
/* (In)
The handle to the parameter to query.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information. Parameter could be unitless.
PRO_TK_E_NOT_FOUND
The owner was not found.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
PRO_TK_GENERAL_ERROR
The parameter was not found, or the function could not perform the action.
Manual References:
Core: Parameters: Parameter Values
Core: Parameters: Parameter Values
Technical Summary of Changes for Creo 11.0.0.0: Parameters