ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.DDL Namespace / FieldDescription Class / Precision Property

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

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also