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
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