ArcGIS Pro 2.8 API Reference Guide
Propagators Property

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace > TraceConfiguration Class : Propagators Property
A list of Propagators to execute while performing the trace.
Syntax
public IReadOnlyList<Propagator> Propagators {get; set;}
Public Property Propagators As IReadOnlyList(Of Propagator)
Remarks
Propagator objects allow a subset of NetworkAttribute values to propagate through a network while executing a trace. The canonical example is phase propagation- open devices along the network will restrict some phases from continuing along the trace. Propagators are only applicable to subnetwork-based traces. (SubnetworkTracer, UpstreamTracer, etc.)
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

TraceConfiguration Class
TraceConfiguration Members