ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.CIM Namespace / StatisticalDataCollectionSummaryType Enumeration

In This Topic
    StatisticalDataCollectionSummaryType Enumeration
    In This Topic
    Represents the script language used by the statistical data collection.
    Syntax
    Public Enum StatisticalDataCollectionSummaryType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable 
    public enum StatisticalDataCollectionSummaryType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable  
    Members
    MemberDescription
    Avg Average
    Max Maximum
    Min Minimum
    Script Script/Calculated variable
    Sum Sum
    Inheritance Hierarchy

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

    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also