ArcGIS Pro 3.3 API Reference Guide
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.

In This Topic
    SimpleRendererDefinition Constructor(CIMSymbolReference,String,String)
    In This Topic
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also