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

In This Topic
    SpectralProfileDisplayMode Enumeration
    In This Topic
    Spectral profile display modes.
    Syntax
    public enum SpectralProfileDisplayMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum SpectralProfileDisplayMode 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    Boxes Show spectral profile as a series of boxes for each raster band.
    BoxesAndMeanLine Show spectral profile as both a series of boxes for each raster band and lines joining mean values of each raster band.
    ConsolidatedBoxesAndMeanLine Show spectral profile as both consolidated boxes for each raster band and lines joining mean values of each raster band.
    MeanLine Show spectral profile as line joining mean values of each raster band.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also