ArcGIS Pro 2.6 API Reference Guide
BinsToPointsThresholdType Enumeration

ArcGIS.Core.CIM Namespace : BinsToPointsThresholdType Enumeration
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 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace