Show / Hide Table of Contents

Constructor DictionaryRenderer

DictionaryRenderer(DictionarySymbolStyle)

Initializes a new instance of the DictionaryRenderer class with the given DictionarySymbolStyle.

Declaration
public DictionaryRenderer(DictionarySymbolStyle dictionarySymbolStyle)
Parameters
Type Name Description
DictionarySymbolStyle dictionarySymbolStyle

The symbol dictionary to be used with the renderer.

Exceptions
Type Condition
System.ArgumentNullException

symbolDictionary

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
Relevant samples
Custom dictionary style: Use a custom dictionary style (.stylx) to symbolize features using a variety of attribute values.

DictionaryRenderer(DictionarySymbolStyle, IDictionary<String, String>, IDictionary<String, String>)

Initializes a new instance of the DictionaryRenderer class.

Declaration
public DictionaryRenderer(DictionarySymbolStyle dictionarySymbolStyle, IDictionary<string, string> symbologyFieldOverrides, IDictionary<string, string> textFieldOverrides)
Parameters
Type Name Description
DictionarySymbolStyle dictionarySymbolStyle

The symbol dictionary to be used with the renderer.

System.Collections.Generic.IDictionary<System.String, System.String> symbologyFieldOverrides

A dictionary of symbol/field overrides.

System.Collections.Generic.IDictionary<System.String, System.String> textFieldOverrides

A dictionary of text field overrides.

Exceptions
Type Condition
System.ArgumentNullException

symbolDictionary

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.2 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.0 - 200.7
Xamarin.Android100.0 - 100.14
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.7
In This Article
Back to top Copyright © 2022 Esri.