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

In This Topic
    Scale Property (FieldDescription)
    In This Topic
    The scale of the ArcGIS.Core.Data.Field.
    Syntax
    public int Scale {get; set;}
    Public Property Scale As Integer
    Remarks
    This property only applies for the following field types: ArcGIS.Core.Data.FieldType.Single and ArcGIS.Core.Data.FieldType.Double. It will be ignored for all other field types. This property is ignored for File, Mobile, and Memory geodatabases, and it will be stored on the resulting field as 0. The Scale must always be less than or equal to the Precision.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also