Show / Hide Table of Contents

Property UseCodedValues

UseCodedValues

Gets or sets a value indicating whether the data source should translate domain identifiers into meanings using a CodedValueDomain.

Declaration
public bool UseCodedValues { get; set; }
Property Value
Type Description
System.Boolean

true if the data source should translate domain identifiers into meanings using a CodedValueDomain, false otherwise.

Remarks

For any translation to occur, the data source must have one or more CodedValueDomain set up for the attribute fields.

This property only affects Simple label expressions. Arcade expressions can use functions to specify when code translations should be carried out. Coded value translation for web map expressions is not currently supported.

The default value is true, meaning translation will be done when possible.

Applies to

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