Category Parameters and relations, Object ProParameter

Function ProParameterRangeSet


Description
Identify for parameter's value to be restricted to a certain range.
Synopsis
#include <ProParameter.h>
ProErrorProParameterRangeSet(
ProParameter* param
/* (In)
The parameter.
*/
ProParamLimit* minimum
/* (In)
The minimum value for this parameter.
*/
ProParamLimit* maximum
/* (In)
The maximum value for this parameter.
*/
ProParamvalue* p_default
/* (In)
The default (current) value for the parameter.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.

Manual References:

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