Enum UtilityPropagatorFunctionType
The function types that can be used with UtilityPropagator instances.
Namespace: Esri.ArcGISRuntime.UtilityNetworks
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum UtilityPropagatorFunctionType
Fields
| Name | Description |
|---|---|
| BitwiseAnd | The network attribute value of the current element is bitwise-anded with the network attribute value propagated from the source. |
| Max | The network attribute value of the current element is compared against the network attribute value propagated from the source - the maximum of these values is propagated further. |
| Min | The network attribute value of the current element is compared against the network attribute value propagated from the source - the minimum of these values is propagated further. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.7 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.7 - 200.8 |
| Xamarin.Android | 100.7 - 100.15 |
| Xamarin.iOS | 100.7 - 100.15 |
| UWP | 100.7 - 200.8 |