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

In This Topic
    IncludeContainers Property
    In This Topic
    Indicates whether to include containers of trace results as additional results.
    Syntax
    public bool IncludeContainers {get; set;}
    Public Property IncludeContainers As Boolean
    Remarks
    The default is false. IncludeContainers is recursive. If a result element is inside a nested container, both containers are returned.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also