favGetNumMinorTickmarks

AVVIEWER Subroutine: Gets the number of small tickmarks for the desired axis.

Module: USE AVVIEWER

Syntax

favGetNumMinorTickmarks (hv, axis, num, 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 tickmarks. Use one of the named constants X_AXIS, Y_AXIS, or Z_AXIS.

num
An input argument of type INTEGER(2). It returns the number of small tickmarks that are displayed between each set of large tickmarks.

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

favSetNumMinorTickmarks, favGetNumMajorTickmarks