ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / FeatureLayerAggregationType Enumeration

In This Topic
    FeatureLayerAggregationType Enumeration
    In This Topic
    Specifies a valid list of aggregation types.
    Syntax
    public enum FeatureLayerAggregationType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum FeatureLayerAggregationType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Binning Feature binning.
    Clustering Point clustering.
    None No aggregation.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.FeatureLayerAggregationType

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also