Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.7 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.7 - 200.8
Xamarin.Android100.7 - 100.15
Xamarin.iOS100.7 - 100.15
UWP100.7 - 200.8
In This Article
Back to top Copyright © 2022 Esri.