This document is archived and information here might be outdated.  Recommended version.


IEditProperties.ReportPrecision Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEditProperties Interface > IEditProperties.ReportPrecision Property
ArcGIS Developer Help

IEditProperties.ReportPrecision Property

Controls the number of decimal places the editor reports numbers with.

[Visual Basic .NET]
Public Property ReportPrecision As Integer
[C#]
public int ReportPrecision {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use this property to control the number of decimal places the editor reports in all dialog boxes. Three decimal places is the default. This property does not interfere with the input of numbers into a dialog box. For example, setting ReportPrecision to two decimal places will not prevent the editor from accepting an angle of 25.12345.

See Also

IEditProperties Interface