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

Go to the source code of this file.

Enumerations

enum  AGSUtilityTraceFunctionType {
  AGSUtilityTraceFunctionTypeAdd = 1 , AGSUtilityTraceFunctionTypeAverage = 2 , AGSUtilityTraceFunctionTypeCount = 3 , AGSUtilityTraceFunctionTypeMax = 4 ,
  AGSUtilityTraceFunctionTypeMin = 5 , AGSUtilityTraceFunctionTypeSubtract = 6
}
 

Enumeration Type Documentation

◆ AGSUtilityTraceFunctionType

The type of function calculation to perform.

See also
AGSUtilityTraceFunction
Since
100.7
Enumerator
AGSUtilityTraceFunctionTypeAdd 

Computes the sum of the network attribute from each applicable element.

AGSUtilityTraceFunctionTypeAverage 

Computes the average value of the network attribute from each applicable element.

AGSUtilityTraceFunctionTypeCount 

Counts the number of applicable elements.

AGSUtilityTraceFunctionTypeMax 

Computes the maximum value of the network attribute from each applicable element.

AGSUtilityTraceFunctionTypeMin 

Computes the minimum value of the network attribute from each applicable element.

AGSUtilityTraceFunctionTypeSubtract 

Takes the network attribute value from the starting point as the base number, and then subtracts the value of the network attribute from each applicable element.