Declaration
property FloatDigits: Integer;
Description
FloatDigits is the number of decimal digits will be shown on measurement tasks (distances and areas).
Default: 2
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of FloatDigits, use:
TIEGlobalSettings.MeasureDecimalPlaces
IEGlobalSettings().MeasureDecimalPlaces := 1;
ImageEnView1.Update();