Show / Hide Table of Contents

Constructor CodedValueDomainDescription

CodedValueDomainDescription(String, FieldType, IEnumerable<CodedValueDescription>)

Initializes a new instance of the CodedValueDomainDescription class with the specified name and coded values.

Declaration
public CodedValueDomainDescription(string name, FieldType fieldType, IEnumerable<CodedValueDescription> values)
Parameters
Type Name Description
System.String name

The coded value domain's name.

FieldType fieldType

The coded value domain's field type.

IEnumerable<CodedValueDescription> values

The coded value domain's coded values.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.14 - 100.15
.NET 6.0100.14 - 100.15
.NET 6.0 Windows100.14 - 100.15
.NET Framework100.14 - 100.15
Xamarin.Android100.14 - 100.15
Xamarin.iOS100.14 - 100.15
UWP100.14
In This Article
Back to top Copyright © 2022 Esri.