Enums.UtilityCategoryComparisonOperator enumeration
An enumeration of the various types of operators to use when evaluating the existence of a UtilityCategory on a network feature.
UtilityCategoryComparisonOperator can be one of:
Constant | Description |
---|---|
Enums.UtilityCategoryComparisonOperatorExists | (0) Evaluate that the UtilityCategory exists on a network feature. |
Enums.UtilityCategoryComparisonOperatorDoesNotExist | (1) Evaluate that the UtilityCategory does not exist on a network feature. |