Show / Hide Table of Contents

Property TextFieldOverrides

TextFieldOverrides

Gets or sets the map of a text attribute and its override used to fetch symbol text and placement from the dictionary symbol style.

Declaration
public IDictionary<string, string> TextFieldOverrides { get; set; }
Property Value
Type Description
IDictionary<String, String>

The map of a text attribute and its override used to fetch symbol text and placement from the dictionary symbol style.

Remarks

A DictionarySymbolStyle uses a collection of expected attribute names to build a symbol based on input values. When initialized, fields in the input dataset are mapped to the expected attribute names using case-insensitive matching. If your data uses a different name for an expected text attribute, use the TextFieldOverrides to map an expected field to the correct field in your data. You can also exclude an expected field by providing an empty string for it in the overrides.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0
In This Article
Back to top Copyright © 2022 Esri.