ArcGIS Pro 2.6 API Reference Guide
DiscreteColorizerDefinition Class
Members 

ArcGIS.Desktop.Mapping Namespace : DiscreteColorizerDefinition Class
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 10, Windows 8.1, Windows 7

See Also

Reference

DiscreteColorizerDefinition Members
ArcGIS.Desktop.Mapping Namespace