ArcGIS Pro 2.7 API Reference Guide
SimpleRendererDefinition Constructor(CIMSymbolReference,String,String)

ArcGIS.Desktop.Mapping Namespace > SimpleRendererDefinition Class > SimpleRendererDefinition Constructor : SimpleRendererDefinition Constructor(CIMSymbolReference,String,String)
The symbol used to draw features.
The label that will show up on the TOC next the symbol.
The description.
Syntax
public SimpleRendererDefinition( 
   CIMSymbolReference symbol,
   string label,
   string description
)
Public Function New( _
   ByVal symbol As CIMSymbolReference, _
   Optional ByVal label As String, _
   Optional ByVal description As String _
)

Parameters

symbol
The symbol used to draw features.
label
The label that will show up on the TOC next the symbol.
description
The description.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

SimpleRendererDefinition Class
SimpleRendererDefinition Members
Overload List