| 
    ArcGIS Runtime SDK for iOS
    100.15
    
   | 
 
A condition evaluating whether a particular AGSUtilityCategory object exists on a feature in the trace. 
  
Instance Methods | |
| (instancetype) | - initWithCategory:comparisonOperator: | 
Class Methods | |
| (instancetype) | + utilityCategoryComparisonWithCategory:comparisonOperator: | 
Properties | |
| AGSUtilityCategory * | category | 
| AGSUtilityCategoryComparisonOperator | comparisonOperator | 
| - (instancetype) initWithCategory: | (AGSUtilityCategory *) | category | |
| comparisonOperator: | (AGSUtilityCategoryComparisonOperator) | comparisonOperator | |
Creates a condition evaluating whether an AGSUtilityCategory object exists on a feature. 
| category | The category to evaluate as part of the condition. | 
| comparisonOperator | The type of comparison to do between the AGSUtilityCategory and each feature in the trace.  | 
| + (instancetype) utilityCategoryComparisonWithCategory: | (AGSUtilityCategory *) | category | |
| comparisonOperator: | (AGSUtilityCategoryComparisonOperator) | comparisonOperator | |
Creates a condition evaluating whether an AGSUtilityCategory object exists on a feature. 
| category | The category to evaluate as part of the condition. | 
| comparisonOperator | The type of comparison to do between the AGSUtilityCategory and each feature in the trace.  | 
      
  | 
  readnonatomicstrong | 
The category to evaluate as part of the condition.
      
  | 
  readnonatomicassign | 
The type of comparison to do between the AGSUtilityCategory object and each feature in the trace.