ArcObjects Library Reference (EditorExt)  

ITraceTasks.TraceEnds Property

Indicates if trace tasks return end features.

[Visual Basic .NET]
Public Property TraceEnds As Boolean
[C#]
public bool TraceEnds {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

TraceEnds has a value of True if only features stopping the trace are returned by the trace task, and False if the only the traced features are returned by the trace task.

Remarks

Features stopping a trace are those features past which a trace cannot continue. These include disabled features, and features that are connected to only one other network feature.

See Also

ITraceTasks Interface

.NET Samples

Custom upstream trace task (Code Files: CustomUpstreamTraceTaskVBNet)