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