ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.CIM Namespace / esriDataStatType Enumeration

In This Topic
    esriDataStatType Enumeration
    In This Topic
    Types of summary statistic that can be applied to records in a dataset.
    Syntax
    Members
    MemberDescription
    esriDataStatTypeAverage Average numerical value of records.
    esriDataStatTypeCount Count of records.
    esriDataStatTypeMax Maximum numerical value of records.
    esriDataStatTypeMin Minimum numerical value of records.
    esriDataStatTypeMode Mode of record values.
    esriDataStatTypeStdDev Standard deviation value of records.
    esriDataStatTypeSum Sum of numerical values of records.
    esriDataStatTypeVariance Variance value of records.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.CIM.esriDataStatType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also