ArcGIS Pro 3.2 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 : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum StatisticalDataCollectionSummaryType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    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, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also