favGetRowColDim

AVVIEWER Subroutine: Gets the row and column dimensions.

Module: USE AVVIEWER

Syntax

favGetRowColDim (hv, rowdim, coldim, status)

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

rowdim
An output argument of type INTEGER(2). It returns the row dimension of the current array.

coldim
An output argument of type INTEGER(2). It returns the column dimension of the current array.

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

For an explanation of how row and column dimensions are used in Array Viewer, see favSetRowColDim.

See Also

favSetRowColDim