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


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

ITraceTask Interface

Provides access to members that execute a trace task.

Product Availability

Available with ArcGIS Desktop.

When To Use

Use the ITraceTask interface to execute the trace task.

Members

Name Description
Read-only property EnableSolve Indicates if the trace task is ready to be executed.
Read-only property Name Name of the trace task.
Method OnCreate Initializes the trace task.
Method OnTraceExecution Executes the trace task.

Classes that implement ITraceTask

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