SRGScaleBar::SetConversionRatio
voidSRGScaleBar::SetConversionRatio(doubledRatio)
Sets a numerical ratio (as a floating point double) by which values will be multiplied to ascertain the final scale values. This is good for linear conversions.
For non-linear conversions you must use the FUNC_CONVERSION type and override the DoConversion function to suit your application.
Defined in: SRGScaleBar.h
Parameters
dRatio
The actiual conversion ratio.