A function for computing values during a network trace. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.7 |
Inherits: |
Properties
- condition : UtilityTraceCondition
- functionType : Enums.UtilityTraceFunctionType
- networkAttribute : UtilityNetworkAttribute
Signals
Detailed Description
Functions are evaluated at each applicable network element. The meaning of applicable varies depending on the Tracer. For an upstream trace, the functions are evaluated for each upstream element. For a downstream trace, the functions are evaluated for each element in the subnetwork.
This QML type supports the following default properties. A default property may be declared inside another declared object without being assigned explicitly to a property.
Type | Default Property |
---|---|
UtilityNetworkAttribute | networkAttribute |
Property Documentation
condition : UtilityTraceCondition |
A UtilityTraceCondition to use to restrict the functional calculation to features that satisfy the condition.
This property was introduced in Esri.ArcGISRuntime 100.9.
The calculation to perform.
See also Enums.UtilityTraceFunctionType.
[default] networkAttribute : UtilityNetworkAttribute |
The UtilityNetworkAttribute to use with the calculation.
Signal Documentation
Emitted when the condition property changes.
Note: The corresponding handler is onConditionChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.9.
Emitted when the condition property changes.
Note: The corresponding handler is onConditionChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.9.
Emitted when the functionType property changes.
Note: The corresponding handler is onFunctionTypeChanged
.
Emitted when the networkAttribute property changes.
Note: The corresponding handler is onNetworkAttributeChanged
.