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


IFieldEdit.Precision Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldEdit Interface > IFieldEdit.Precision Property
ArcGIS Developer Help

IFieldEdit.Precision Property

The precision for field values.

[Visual Basic .NET]
Public WriteOnly Property Precision_2
[C#]
public void Precision_2 {set;}
[C++]
HRESULT put_Precision(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Precision is the number of digits in a number. For example, the number 56.78 has a precision of 4. Precision is only valid for fields that are numeric.

Remarks

Precision is always returned as 0 from personal or File geodatabase fields.

See Also

IFieldEdit Interface