This document is archived and information here might be outdated.  Recommended version.


TraceDownstreamTask Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Classes > T > TraceDownstreamTask Class
ArcGIS Developer Help

TraceDownstreamTaskClass Class

Trace task used by the Utility Network Analysis extension for finding all reachable elements in the current network that are downstream from the specified flag(s).

Product Availability

Available with ArcGIS Desktop.

Description

The TraceDownstreamTask object returns all of the network elements that are downstream of any of the flags on the current network.

Supported Platforms

Windows

Interfaces

Interfaces Description
ITraceTask Provides access to members that execute a trace task.
ITraceTaskResults Provides access to members that return the network elements returned by the trace task.

Remarks

The TraceDownstreamTask object is a directional trace task. By default, network elements with indeterminate or uninitialized flow direction will not be traced.

See Also

TracePathTask Class | TraceDownstreamTask Class | FindLoopsTask Class | TraceUpstreamTask Class | FindConnectedTask Class | FindAncestorsTask Class | UtilityNetworkAnalysisExt Class