ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / TraceConfiguration Class / IncludeIsolatedFeatures Property

In This Topic
    IncludeIsolatedFeatures Property
    In This Topic
    When used in conjunction with the IsolationTracer, this option determines whether isolated features are returned in the trace results.
    Syntax
    public bool IncludeIsolatedFeatures {get; set;}
    Public Property IncludeIsolatedFeatures As Boolean
    Remarks
    • If set to False, only the isolating features are returned, e.g., a set of valves.
    • If set to True, the isolated features are also returned in the set of results, e.g., the set of valves, and all of the features isolated by those valves.
    The default is False.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also