favGetXClamp
AVVIEWER Subroutine: Gets the upper and lower bounds for X-coordinate
values in the Graph View.
Module: USE AVVIEWER
Syntax
- favGetXClamp (hv, minval, maxval, status)
- hv
-
A handle that references an instance of Array Viewer created by
favStartViewer.
- minval
-
An output argument of type REAL(8). It returns the lower bound for
the X axis.
- maxval
-
An output argument of type REAL(8). It returns the upper bound for
the X axis.
- status
-
An output argument of type INTEGER(4). It returns a status code for the success of
this call. The value 0 indicates success.
Remarks
See Remarks under favSetXClamp.
See Also
favSetXClamp