ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / BinsToPointsThresholdType Enumeration

In This Topic
    BinsToPointsThresholdType Enumeration
    In This Topic
    A threshold for determining when binned features should be shown as points.
    Syntax
    public enum BinsToPointsThresholdType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum BinsToPointsThresholdType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    FeatureCount Points will be shown when the number of features in a given map view falls below a certain number.
    MaxScale Points will be shown when the map is zoomed in beyond the largest scale of the bin levels.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also