Go to the source code of this file.
◆ 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.
|