CodedValueDescription

An object that describes a CodedValue to be created. Creation of domains is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via Geodatabase.create(String).

Since

200.1.0

Constructors

Link copied to clipboard
constructor(name: String, value: Any)

Creates a new coded value description object with the specified name and value.

Properties

Link copied to clipboard

The coded value's name.

Link copied to clipboard
var value: Any

The coded value's value. For fields that utilize a coded value domain, the field type must match the type of the coded values.