ArcGIS Pro 3.3 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.
    esriDataStatTypeCumulativeDistribution 
    esriDataStatTypeDenseRank 
    esriDataStatTypeExceedslimit 
    esriDataStatTypeFirstValue 
    esriDataStatTypeIntercept 
    esriDataStatTypeLag 
    esriDataStatTypeLastValue 
    esriDataStatTypeLead 
    esriDataStatTypeMax Maximum numerical value of records.
    esriDataStatTypeMin Minimum numerical value of records.
    esriDataStatTypeMode Mode of record values.
    esriDataStatTypeNTile 
    esriDataStatTypePercentileCont PercentileCont value of records.
    esriDataStatTypePercentileDisc PercentileDisc value of records.
    esriDataStatTypePercentRank 
    esriDataStatTypeR2 
    esriDataStatTypeRank 
    esriDataStatTypeRowNumber 
    esriDataStatTypeSlope 
    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

    ArcGIS Pro version: 3 or higher.
    See Also