favSetDimScale
AVVIEWER Subroutine: Associates an axis dimension scale with a dimension.
Module: USE AVVIEWER
Syntax
- favSetDimScale (hv, dim, scaleData, status)
- hv
-
A handle that references an instance of Array Viewer created by
favStartViewer.
- dim
-
An input argument of type INTEGER(2). It specifies the array dimension that the axis scale
will be applied to. The dimension must be in the range 0 to rank,
where rank is the rank of the currently loaded array.
- scaleData
-
A reference to a one-dimensional array of type INTEGER(4) that defines the
axis scale values.
- 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
The array pointed to by scaleData must have previously been used as
an argument to faglStartWatch.
See Also
faglStartWatch