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


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

IEngineEditProperties.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;}
[C++]
HRESULT get_ReportPrecision(
  System.Int32* 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

Product Availability

Available with ArcGIS Engine.

Description

Use ReportPrecision to control the number of decimal places reported back from editing functions. By default ReportPrecision is set to 3.

Errors Returned

1084 800a043c: The specified value is invalid

See Also

IEngineEditProperties Interface