Class UtilityNetworkAttributeComparison
An instance of this class represents a condition evaluating the value of a UtilityNetworkAttribute on features in the network, either to another UtilityNetworkAttribute or to a specific value.
Inheritance
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityNetworkAttributeComparison : UtilityTraceConditionalExpression
Constructors
Name | Description |
---|---|
UtilityNetworkAttributeComparison(UtilityNetworkAttribute, UtilityAttributeComparisonOperator, UtilityNetworkAttribute) | Initializes a new instance of the UtilityNetworkAttributeComparison class with a condition comparing the value of one UtilityNetworkAttribute to another. |
UtilityNetworkAttributeComparison(UtilityNetworkAttribute, UtilityAttributeComparisonOperator, Object) | Initializes a new instance of the UtilityNetworkAttributeComparison class with a condition comparing an UtilityNetworkAttribute to a specific value. |
Properties
Name | Description |
---|---|
ComparisonOperator | Gets the type of comparison to do between the source UtilityNetworkAttribute and either the second UtilityNetworkAttribute or the value. |
NetworkAttribute | Gets the source UtilityNetworkAttribute that OtherNetworkAttribute or value is compared to. |
OtherNetworkAttribute | Gets the UtilityNetworkAttribute being compared against NetworkAttribute on each of the nodes. |
Value | Gets the specific value to compare NetworkAttribute against for each node in the trace. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.7 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.7 - 200.5 |
Xamarin.Android | 100.7 - 100.15 |
Xamarin.iOS | 100.7 - 100.15 |
UWP | 100.7 - 200.5 |