ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMStatisticalDataCollectionField Class / Precision Property

In This Topic
    Precision Property (CIMStatisticalDataCollectionField)
    In This Topic
    Gets or sets the number of digits in a number. For example, the number 56.78 has a precision of 4. Precision is only valid for fields that are numeric.
    Syntax
    public int Precision {get; set;}
    Public Property Precision As Integer
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also