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

RendererDefinition Class
Represents an abstract class definition for all types of renderers.
Syntax
public abstract class RendererDefinition : 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