An object that describes an AGSCodedValue
to be created.
Creation of domains is currently only supported on mobile geodatabases, either created in ArcGIS Pro or via createWithFileURL:completion: (AGSGeodatabase)
.
- Since
- 100.14
◆ codedValueDescriptionWithName:value:
+ (instancetype) codedValueDescriptionWithName: |
|
(NSString *) |
name |
value: |
|
(id) |
value |
|
|
| |
Creates a new coded value description object with the specified name and value.
- Parameters
-
name | The coded value's name. |
value | The coded value's value. |
- Since
- 100.14
◆ initWithName:value:
- (instancetype) initWithName: |
|
(NSString *) |
name |
value: |
|
(id) |
value |
|
|
| |
Creates a new coded value description object with the specified name and value.
- Parameters
-
name | The coded value's name. |
value | The coded value's value. |
- Since
- 100.14
◆ name
The coded value's name.
- Since
- 100.14
◆ value
The coded value's value.
For fields that utilize a coded value domain, the field type must match the type of the coded values.
- Since
- 100.14