This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IField Interface > IField.Precision Property (ArcObjects .NET 10.5 SDK) |
The precision for field values.
[Visual Basic .NET] Public ReadOnly Property Precision As Integer
[C#] public int Precision {get;}
[C++]
HRESULT get_Precision(
long* Length
);
[C++]
Parameters Length [out, retval] Length is a parameter of type long
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. Precision is always returned as 0 from personal or File geodatabase fields.