ArcGIS Pro 3.7 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 Property Precision As Integer
    public int Precision {get; set;}
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also