favGetCompIndex

AVVIEWER Subroutine: Gets the current component index values.

Module: USE AVVIEWER

Syntax

favGetCompIndex (hv, XComp, YComp, ZComp, WComp, status)

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

XComp
An output argument of type INTEGER(4). It returns the X-component index value.

YComp
An output argument of type INTEGER(4). It returns the Y-component index value.

ZComp
An output argument of type INTEGER(4). It returns the Z-component index value.

WComp
An output argument of type INTEGER(4). It returns the W-component index value.

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

favSetCompIndex