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
Boolean

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

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 Webmap 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.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.11 - 200.0
.NET 5100.11 - 100.12
.NET Core 3.1100.11 - 100.12
Android100.11 - 100.15
iOS100.11 - 100.15
UWP100.11 - 200.0
In This Article
Back to top Copyright © 2022 Esri.