ITracePathTaskResults Interface
Provides access to members that return cost information about the path or tree found by certain trace tasks.
Product Availability
Available with ArcGIS Desktop.
When To Use
Use the ITracePathTaskResults interface to return cost information about the path found by the Trace Path task or Find Path Upstream task. Using this interface, you can return the cost of a segment in the path, and the cost of the total path.
Members
|
Name |
Description |
|
SegmentCost |
Cost of tracing the elements in the specified segment of the trace results. |
|
TotalCost |
Total cost of tracing all elements in the trace results. |
Classes that implement ITracePathTaskResults
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). |
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. |
TracePathTask |
Trace task used by the Utility Network Analysis extension for finding a path between the specified flags in the current network. |
See Also
ITraceTask Interface | ITraceTasks Interface