ArcGIS Pro 2.8 API Reference Guide
TargetTier Property

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace > TraceConfiguration Class : TargetTier Property
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 10, Windows 8.1

See Also

Reference

TraceConfiguration Class
TraceConfiguration Members