ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / DownstreamTracer Class
Members Example

In This Topic
    DownstreamTracer Class
    In This Topic
    The DownstreamTracer class performs a downstream trace.
    Object Model
    DownstreamTracer ClassUtilityNetwork Class
    Syntax
    public class DownstreamTracer : Tracer 
    Public Class DownstreamTracer 
       Inherits Tracer
    Remarks
    For subnetworks with sources, downstream is defined as paths that do not lead to a source. For subnetworks with sinks, downstream is defined as paths that lead to a sink.
    Example
    Create a DownstreamTracer
    using (TraceManager traceManager = utilityNetwork.GetTraceManager())
    {
      DownstreamTracer downstreamTracer = traceManager.GetTracer<DownstreamTracer>();
    }
    
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Data.UtilityNetwork.Trace.Tracer
          ArcGIS.Core.Data.UtilityNetwork.Trace.DownstreamTracer

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also