ArcGIS Pro 3.2 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 provided by enterprise geodatabase.
    ClientSideBinning Feature binning computed at the client side.
    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

    ArcGIS Pro version: 3 or higher.
    See Also