CodedValue

The coded value found in a CodedValueDomain. The coded value consists of a code and a name. For example, to represent road surfaces, a code of 1, 2, and 3 could have corresponding name values of gravel, asphalt, and concrete. The code is stored in the geodatabase and the corresponding user-friendly name is presented to the user for viewing or editing.

A CodedValueDomain consists of a collection of CodedValue objects.

Since

200.1.0

Properties

Link copied to clipboard
val code: Any?

The code of the coded value.

Link copied to clipboard

The user-friendly name of the code.