This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditProperties Interface > IEngineEditProperties.ReportPrecision Property (ArcObjects .NET 10.5 SDK) |
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;}
[C++]
HRESULT get_ReportPrecision(
long* numDecs
);
[C++]
HRESULT put_ReportPrecision(
long numDecs
);
[C++]
Parameters numDecs [out, retval] numDecs is a parameter of type long numDecs [in] numDecs is a parameter of type long
Use ReportPrecision to control the number of decimal places reported back from editing functions. By default ReportPrecision is set to 3.
1084 800a043c: The specified value is invalid