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

In This Topic
    RasterHistogramEditType Enumeration
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also