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

In This Topic
    TargetTier Property
    In This Topic
    The ArcGIS.Core.Data.UtilityNetwork.Tier that is used to constrain the tiers returned by the UpstreamTracer and DownstreamTracer traces.
    Syntax
    public Tier TargetTier {get; set;}
    Public Property TargetTier As Tier
    Remarks
    This property is optional. If null, the upstream and downstream tracers will stop in the current tier. If a TargetTier is specified, the trace will continue upstream or downstream into the specified tier (inclusive).
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also