Class UtilityTraceFunctionBarrier
A UtilityTraceFunctionBarrier stops continued traversal when a comparison expression evaluates as true.
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class UtilityTraceFunctionBarrier
Remarks
A UtilityTraceFunctionBarrier performs a comparison expression between the current results of a UtilityTraceFunction and a given value. Remember that a UtilityTraceFunction references a UtilityNetworkAttribute and a calculation that is applied to it (Min, Max, Count, etc.) Once the comparison evaluates as true, network traversal stops.
Constructors
| Name | Description |
|---|---|
| UtilityTraceFunctionBarrier(UtilityTraceFunction, UtilityAttributeComparisonOperator, object) | Initializes a new instance of the UtilityTraceFunctionBarrier class that stops
tracing when a UtilityTraceFunction compared to a value evaluates to |
Properties
| Name | Description |
|---|---|
| ComparisonOperator | Gets the operator used for the comparison. |
| TraceFunction | Gets the calculation to perform. |
| Value | Gets the value to compare against. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.7 - 200.8 |
| .NET | 100.13 - 300.0 |
| .NET Windows | 100.13 - 300.0 |
| .NET Android | 200.0 - 300.0 |
| .NET iOS | 200.0 - 300.0 |
| .NET Framework | 100.7 - 200.8 |
| Xamarin.Android | 100.7 - 100.15 |
| Xamarin.iOS | 100.7 - 100.15 |
| UWP | 100.7 - 200.8 |