ArcGIS Runtime SDK for iOS: AGSCodedValue Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSCodedValue Class Reference

Description

An object that represents a coded value found in AGSCodedValueDomain.

Instances of this class represent a coded values of a domain

Since
100
Inheritance diagram for AGSCodedValue:
AGSObject

Properties

id code
 
NSString * name
 

Property Documentation

◆ code

- (id) code
readnonatomiccopy

The actual value of the coded value. The data type of the value depends upon the data type of the field it is associated with.

Since
100

◆ name

- (NSString*) name
readnonatomiccopy

A user-friendly name of the coded value.

Since
100