UtilityTraceFunction constructor
- UtilityTraceFunctionType functionType, {
- required UtilityNetworkAttribute networkAttribute,
- UtilityTraceCondition? condition,
- String functionName = '',
Creates a named function object to compute a value from a network attribute.
Parameters:
functionType— The calculation to perform.networkAttribute— The UtilityNetworkAttribute to use with the calculation.condition— An UtilityTraceCondition to use to restrict the functional calculation to features that satisfy the condition.functionName— A user-defined name for this trace function.