favGetUseAxisLabel

AVVIEWER Subroutine: Gets the current use axis label state for the given axis.

Module: USE AVVIEWER

Syntax

favGetUseAxisLabel (hv, axis, onoroff, status)

hv
A handle that references an instance of Array Viewer created by favStartViewer.

axis
An input argument of type INTEGER(4). It specifies the desired axis for the label. Use one of the named constants X_AXIS, Y_AXIS, or Z_AXIS.

onoroff
An input argument of type INTEGER(4). It returns 1 if display of axis labels is enabled for the given axis; otherwise, 0.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

See Also

favSetUseAxisLabel