CAViewer::GetPaletteRange

CAViewer class

Gets the range of data values that will be associated with the color palette.

BOOL GetPaletteRange(
  double *minval,
  double *maxval
  );

Parameters

minval
A pointer to double that receives the lower bound palette range.

maxval
A pointer to double that receives the upper bound palette range.

Return Value

None.

See Also

CAViewer::SetPaletteRange