favGetShowGrid

AVVIEWER Subroutine: Gets the show grid setting.

Module: USE AVVIEWER

Syntax

favGetShowGrid (hv, showGrid, status)

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

showGrid
An output argument of type INTEGER(4). It returns 1 if grid lines are displayed; 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

favSetShowGrid