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
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
UWP100.15
In This Article
Back to top Copyright © 2022 Esri.