The coded value found in a CodedValueDomain. More...
Header:#include <CodedValue.h>
Since: Esri::ArcGISRuntime 100.0
Public Functions CodedValue() CodedValue(const Esri::ArcGISRuntime::CodedValue &other) CodedValue(Esri::ArcGISRuntime::CodedValue &&other) ~CodedValue() QVariant code() const bool isEmpty() const QString name() const Esri::ArcGISRuntime::CodedValue & operator=(Esri::ArcGISRuntime::CodedValue &&other) Esri::ArcGISRuntime::CodedValue & operator=(const Esri::ArcGISRuntime::CodedValue &other) Detailed Description
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.
Relevant samples:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4