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

In This Topic
    RendererDefinition Class
    In This Topic
    Represents an abstract class definition for all types of renderers.
    Syntax
    public abstract class RendererDefinition : LayerDrawingDefinition 
    Public MustInherit Class RendererDefinition 
       Inherits LayerDrawingDefinition
    Remarks
    RendererDefinition classes allow you to define parameters to create renderers to draw features with simple renderer or based on unique values or the values of a quantitative attribute that is statistically grouped by a classification algorithm.
    Once you define a renderer, you can call a FeatureLayer's CreateRenderer and SetRenderer methods to create and assign a renderer to a feature layer.
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also