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

Description

An object that describes a domain to be created.

Since
100.14
Inheritance diagram for AGSDomainDescription:
AGSObject AGSCodedValueDomainDescription AGSRangeDomainDescription

Properties

AGSFieldType fieldType
 
NSString * name
 

Property Documentation

◆ fieldType

- (AGSFieldType) fieldType
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.

Since
100.14

◆ name

- (NSString*) name
readwritenonatomiccopy

The name of the domain to be created.

Specifies the name of the domain. Domain names within a single geodatabase must be unique.

Since
100.14