ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / Field Class / Scale Property

In This Topic
    Scale Property (Field)
    In This Topic
    Gets a value indicating the scale for field values.
    Syntax
    public int Scale {get;}
    Public ReadOnly Property Scale As Integer
    Remarks
    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.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also