ArcGIS Pro 2.6 API Reference Guide
PropagatorFunction Enumeration

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace : PropagatorFunction Enumeration
The functions that can be used with Propagators.
Syntax
Members
MemberDescription
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 downstream.
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 downstream.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.UtilityNetwork.Trace.PropagatorFunction

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace