UtilityNetworkAttributeComparison QML Type
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 |
Since: | Esri.ArcGISRuntime 100.7 |
Inherits: |
- List of all members, including inherited members
- UtilityNetworkAttributeComparison is part of QML Type List.
Properties
- comparisonOperator : Enums.UtilityAttributeComparisonOperator
- networkAttribute : UtilityNetworkAttribute
- otherNetworkAttribute : UtilityNetworkAttribute
- value : var
Signals
Detailed Description
Property Documentation
comparisonOperator : Enums.UtilityAttributeComparisonOperator |
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.
value : var |
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
comparisonOperatorChanged() |
Emitted when the comparisonOperator property changes.
Note: The corresponding handler is onComparisonOperatorChanged
.
networkAttributeChanged() |
Emitted when the networkAttribute property changes.
Note: The corresponding handler is onNetworkAttributeChanged
.
otherNetworkAttributeChanged() |
Emitted when the otherNetworkAttribute property changes.
Note: The corresponding handler is onOtherNetworkAttributeChanged
.
valueChanged() |
Emitted when the value property changes.
Note: The corresponding handler is onValueChanged
.