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
| Description | ||
|---|---|---|
![]() |
EnableSolve | Indicates if the trace task is ready to be executed. |
![]() |
Name | Name of the trace task. |
![]() |
OnCreate | Initializes the trace task. |
![]() |
OnTraceExecution | Executes the trace task. |
CoClasses that implement ITraceTask
| CoClasses and 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). |

