ArcObjects Library Reference (EditorExt)  

ITracePathTaskResults.SegmentCost Property

Cost of tracing the elements in the specified segment of the trace results.

[Visual Basic .NET]
Public Function get_SegmentCost ( _
    ByVal segment As Integer _
) As Object
[C#]
public object get_SegmentCost (
    int segment
);

Product Availability

Available with ArcGIS Desktop.

Remarks

A segment of the trace results is that part of the trace results that is traced from a single flag on the network.  Here are some examples of segments for various trace tasks:

Some elements in the trace results may be members of more than one segment.

For the Find Path Upstream trace task, the number of segments is equal to the number of flags that were used in solving the trace task.  For the Find Path trace task, the number of segments is one less than the number of flags used in solving the trace task.

This property is not implemented for the Find Upstream Accumulation trace task.

See Also

ITracePathTaskResults Interface