favStartViewer

AVVIEWER Subroutine: Creates an Array Viewer instance.

Module: USE AVVIEWER

Syntax

favStartViewer (hv, status)

hv
An output argument of type INTEGER(4). It receives the handle of the created Array Viewer object.

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

This subroutine constructs an Array Viewer application object. When calling other routines in the AVViewer module, use the handle returned by this call to reference this viewer instance.

The Viewer window is initially hidden. Use favShowWindow to make it visible. Use favEndViewer to close the viewer and destroy this Viewer instance.

See Also

favShowWindow, favEndViewer