| 
    ArcGIS Runtime SDK for iOS
    100.15
    
   | 
 
Encapsulates properties of types of features in a feature layer.
Instances of this class represent a feature subtype. A feature subtype describes the various types of features that can belong to a feature layer.
  
Properties | |
| id | code | 
| NSDictionary< NSString *, AGSDomain * > * | domains | 
| NSArray< AGSField * > * | fieldOverrides | 
| NSString * | name | 
| NSDictionary< NSString *, id > * | prototypeAttributes | 
      
  | 
  readnonatomiccopy | 
The code used by this subtype.
      
  | 
  readnonatomiccopy | 
Domains describing permissible attribute values for features of this subtype. This property is a dictionary containing key-value pairs of field name and a corresponding AGSDomain object for this type. 
      
  | 
  readnonatomiccopy | 
The fields defined for this feature subtype. A subset of AGSFeatureTable::fields relevant to this feature subtype. This collection of AGSField may override properties defined in the AGSFeatureTable::fields. For example, AGSField::alias and AGSField::domain. 
      
  | 
  readnonatomiccopy | 
The name of this subtype.
      
  | 
  readnonatomiccopy | 
Prototypical attrbutes used for creating new features for this subtype