API 文档 > Parameters and relations > Object ProParameter > Function ProParameterRangeGet
Function ProParameterRangeGet
Description
Identifies if a parameter's value is restricted to a certain range.
Replacement in Object TOOLKIT:
Synopsis
#include <ProParameter.h>
ProParameterRangeGet
(
/* (In)
The parameter.
*/
ProBoolean* has_range
/* (Out)
PRO_B_TRUE if the parameter is restricted by range, PRO_B_FALSE if it is not.
*/
ProParamLimit* minimum
/* (Out)
The minimum value for this parameter. Pass NULL if not interested in actual value.
*/
ProParamLimit* maximum
/* (Out)
The maximum value for this parameter. Pass NULL if not interested in actual value.
*/
)
Returns
The function succeeded.
One or more arguments is invalid.
Sample Code References
User Guide References
这对您有帮助吗?