ArcGIS Runtime SDK for iOS
100.15
|
An object that describes a domain to be created.
Properties | |
AGSFieldType | fieldType |
NSString * | name |
|
readwritenonatomicassign |
The field type of the domain to be created.
Specifies the field type of the domain. Valid field types are AGSFieldTypeInt16
, AGSFieldTypeInt32
, AGSFieldTypeFloat
, and AGSFieldTypeDate
. Additionally, for AGSCodedValueDomainDescription
, AGSFieldTypeText
is valid.
|
readwritenonatomiccopy |
The name of the domain to be created.
Specifies the name of the domain. Domain names within a single geodatabase must be unique.