This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IField Interface > IField.Scale Property (ArcObjects .NET 10.4 SDK) |
The scale for field values.
[Visual Basic .NET] Public ReadOnly Property Scale As Integer
[C#] public int Scale {get;}
[C++]
HRESULT get_Scale(
long* Length
);
[C++]
Parameters Length [out, retval] Length is a parameter of type long
Scale is the number of digits to the right of the decimal point in a number. For example, the number 56.78 has a scale of 2. Scale applies only to fields that are double. Scale is always returned as 0 from personal or File geodatabase fields.