ArcGIS Pro 2.6 API Reference Guide
RasterHistogramEditType Enumeration

ArcGIS.Core.CIM Namespace : RasterHistogramEditType Enumeration
Raster histogram edit types.
Syntax
public enum RasterHistogramEditType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum RasterHistogramEditType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
Lines The breakpoints represent lines defining a piecewise linear stretch.
Points The breakpoints represent specific pixels to stretch.
Splines The breakpoints represent splines defining a piecewise non-linear stretch.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace