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

In This Topic
    UpstreamTracer Class
    In This Topic
    The UpstreamTracer class performs a upstream trace.
    Object Model
    UpstreamTracer ClassUtilityNetwork Class
    Syntax
    public class UpstreamTracer : Tracer 
    Public Class UpstreamTracer 
       Inherits Tracer
    Remarks
    For subnetworks with sources, upstream is defined as paths that lead to a source. For subnetworks with sinks, upstream is defined as paths that do not lead to a sink.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also