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


ITraceTaskResults Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITraceTaskResults Interface
ArcGIS Developer Help

ITraceTaskResults Interface

Provides access to members that return the network elements returned by the trace task.

Product Availability

Available with ArcGIS Desktop.

When To Use

Use the ITraceTaskResults to obtain enumerations of the elements that were returned by the trace task.

Members

Name Description
Read-only property ResultEdges Edges in the trace task result.
Read-only property ResultJunctions Junctions in the trace task result.

Classes that implement ITraceTaskResults

Classes Description
FindAccumulationTask Trace task used by the Utility Network Analysis extension for finding the total value of all reachable elements in the current network upstream of the specified flag(s).
FindAncestorsTask Trace task used by the Utility Network Analysis extension for finding all reachable elements in the current network that are upstream from all of the specified flags.
FindConnectedTask Trace task used by the Utility Network Analysis extension for finding all elements in the current network that are reachable from the specified flag(s).
FindDisconnectedTask Trace task used by the Utility Network Analysis extension for finding all elements in the current network that are not reachable from the specified flag(s).
FindLoopsTask Trace task used by the Utility Network Analysis extension for finding all reachable elements in the current network that are parts of closed circuits.
FindPathUpstreamTask Trace task used by the Utility Network Analysis extension for finding a path from the specified flag(s) to the nearest source in the current network.
TraceDownstreamTask 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).
TracePathTask Trace task used by the Utility Network Analysis extension for finding a path between the specified flags in the current network.
TraceUpstreamTask Trace task used by the Utility Network Analysis extension for finding all reachable elements in the current network that are upstream from the specified flag(s).

See Also

ITraceTask Interface | ITraceTasks Interface