ArcGIS Pro 3.7 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 ReadOnly Property Scale As Integer
    public int Scale {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also