#include <cx/UI.h>int cxInWdgtMinMaxGet (char *portname, double *min, double *max)
integer function cxInWdgtMinMaxGet (portname, min, max) character*(*) portname double precision min, max
This is the IRIS Explorer Widget Library call used to get the minimum and maximum range of a double precision or integer/long parameter.
The intended targets of this call are parameters ports with dial or slider widgets. A non-zero value is returned if the port has a minimum/maximum range, otherwise a 0 will be returned, and min and max will be unchanged.