ArcGIS Runtime SDK for iOS: AGSUtilityPropagator.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSUtilityPropagator.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSUtilityPropagatorFunctionType { AGSUtilityPropagatorFunctionTypeBitwiseAnd = 1 , AGSUtilityPropagatorFunctionTypeMax = 2 , AGSUtilityPropagatorFunctionTypeMin = 3 }
 

Enumeration Type Documentation

◆ AGSUtilityPropagatorFunctionType

The function types that can be used with AGSUtilityPropagator objects.

See also
AGSUtilityPropagator
Since
100.7
Enumerator
AGSUtilityPropagatorFunctionTypeBitwiseAnd 

The network attribute value of the current element is bitwise-anded with the network attribute value propagated from the source.

AGSUtilityPropagatorFunctionTypeMax 

The network attribute value of the current element is compared against the network attribute value propagated from the source - the maximum of these values is propagated further.

AGSUtilityPropagatorFunctionTypeMin 

The network attribute value of the current element is compared against the network attribute value propagated from the source - the minimum of these values is propagated further.