SRGScaleBar::SetConversionMode

void SRGScaleBar::SetConversionMode(int nMode)

Initialises the conversion mode used to calculate relationships between scales. There are three different settings for the conversion mode. They are...
NO_CONVERSION In this case no conversion is performed
RATIO_CONVERSION When this option is set a strate ratiometric conversion is performed using the value set by SetConversionRatio
FUNC_CONVERSION This option calls DoConversion with a double value as its parameter. You must derive from this class and override DoConversion to provide a suitable conversion routine.

Defined in: SRGScaleBar.h

Parameters

nMode

The conversion standard to use.