API 文档 > Miscellaneous > Object ProParamtableentry > Function ProParamtableentryRangeGet
Function ProParamtableentryRangeGet
Description
Obtains the permitted range for the parameter in this table set, if one is assigned.
Synopsis
#include <ProParameter.h>
ProParamtableentryRangeGet
(
/* (In)
The parameter table entry.
*/
ProParamLimit* minimum
/* (Out)
The minimum value for the parameter, as enforced in this parameter set.
*/
ProParamLimit* maximum
/* (Out)
The maximum value for the parameter, as enforced in this parameter set.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
No range is assigned to this parameter.
Sample Code References
这对您有帮助吗?