CAViewer::GetRowColDim

CAViewer class

Gets the row and column dimensions.

GetRowColDim(
  short *rowdim,
  short *coldim
  );

Parameters

rowdim
A pointer to a short that receives the row dimension of the current array.

coldim
A pointer to a short that receives the row dimension of the current array.

Return Value

Returns TRUE if the operation was successful; otherwise, FALSE.

Remarks

See CAViewer::SetRowColDim for an explanation of how row and column dimensions are used in Array Viewer.

See Also

CAViewer::SetRowColDim