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