favSetRowColDim

AVVIEWER Subroutine: Sets the row and column dimensions.

Module: USE AVVIEWER

Syntax

favSetRowColDim (hv, rowdim, coldim, status)

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

rowdim
An input argument of type INTEGER(2). It specifies the array dimension to be viewed as rows.

coldim
An input argument of type INTEGER(2). It specifies the array dimension to be viewed as columns.

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 arrays of rank 3 or higher, the Array Viewer displays the array data as a 2D sub-array of the higher dimension array. The rowdim and coldim values define which two dimensions of the array get mapped as rows and columns, respectively.

For arrays of rank 2, this subroutine can be used to control which dimension gets mapped as rows. For arrays of rank 1, this subroutine has no effect.

See Also

favGetRowColDim