A condition evaluating the value of a UtilityNetworkAttribute on nodes in the network, either to another UtilityNetworkAttribute or to a specific value. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.7 |
Inherits: |
Properties
- comparisonOperator : Enums.UtilityAttributeComparisonOperator
- networkAttribute : UtilityNetworkAttribute
- otherNetworkAttribute : UtilityNetworkAttribute
- value : var
Signals
Detailed Description
Property Documentation
The type of comparison to do between the source UtilityNetworkAttribute and either the second UtilityNetworkAttribute or the value.
See also Enums.UtilityAttributeComparisonOperator.
networkAttribute : UtilityNetworkAttribute |
The source UtilityNetworkAttribute that otherNetworkAttribute or value is compared to.
otherNetworkAttribute : UtilityNetworkAttribute |
The UtilityNetworkAttribute being compared against UtilityNetworkAttributeComparison::networkAttribute on each of the nodes.
Note: The UtilityNetworkAttribute::dataType of networkAttribute and otherNetworkAttribute must match.
The specific value to compare networkAttribute against for each node in the trace.
Note: The UtilityNetworkAttribute::dataType of networkAttribute and value must match.
Signal Documentation
Emitted when the comparisonOperator property changes.
Note: The corresponding handler is onComparisonOperatorChanged
.
Emitted when the networkAttribute property changes.
Note: The corresponding handler is onNetworkAttributeChanged
.
Emitted when the otherNetworkAttribute property changes.
Note: The corresponding handler is onOtherNetworkAttributeChanged
.
Emitted when the value property changes.
Note: The corresponding handler is onValueChanged
.