This document is archived and information here might be outdated.  Recommended version.


ITraceTasks.TraceEnds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITraceTasks Interface > ITraceTasks.TraceEnds Property
ArcGIS Developer Help

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