ArcGIS Pro 3.7 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 Property TargetTier As Tier
    public Tier TargetTier {get; set;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also