ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / DiscreteColorizerDefinition Class
Members

In This Topic
    DiscreteColorizerDefinition Class
    In This Topic
    Represents a colorizer definition for a Discrete colorizer that enables you to display your dataset using a specific number of colors, each color represents the same number of values.
    Object Model
    DiscreteColorizerDefinition ClassCIMColorRamp ClassCIMColor Class
    Syntax
    public class DiscreteColorizerDefinition : RasterColorizerDefinition 
    Public Class DiscreteColorizerDefinition 
       Inherits RasterColorizerDefinition
    Remarks
    DiscreteColorizerDefinition class allows you to define a simplified list of parameters to create a Discrete colorizer. Once you define a Discrete colorizer definition, you can call the BasicRasterLayer.CreateColorizer and BasicRasterLayer.SetColorizer methods to create and assign a Discrete colorizer to a BasicRasterLayer.
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Mapping.LayerDrawingDefinition
          ArcGIS.Desktop.Mapping.RasterColorizerDefinition
             ArcGIS.Desktop.Mapping.DiscreteColorizerDefinition

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also