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

In This Topic
    IsolationTracer Class
    In This Topic
    The IsolationTracer class identifies features that can isolate a specific section of a network
    Object Model
    IsolationTracer ClassUtilityNetwork Class
    Syntax
    public class IsolationTracer : Tracer 
    Public Class IsolationTracer 
       Inherits Tracer
    Remarks
    • The isolation trace requires that at least one Filter barrier is set in the TraceConfiguration. Typically this filter identifies those features that isolate the section of network (e.g., valves).
    • The TraceConfiguration.IncludeIsolatedFeatures property can be used with the isolation trace to include the isolated features with the trace results. If set to False, the default, only the isolating features (e.g., valves) are returned.
    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also