API 文件集 > Parameters and relations > Object ProParameter > Function ProParameterRangeSet
Function ProParameterRangeSet
Description
Identify for parameter's value to be restricted to a certain range.
Synopsis
#include <ProParameter.h>
ProParameterRangeSet
(
/* (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
The function succeeded.
One or more arguments is invalid.
這是否有幫助?