ArcObjects Library Reference (EditorExt)  

ITraceTasks.TraceFlowElements Property

Elements to include in the trace results.

[Visual Basic .NET]
Public Property TraceFlowElements As esriFlowElements
[C#]
public esriFlowElements TraceFlowElements {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

TraceFlowElements determines whether edges, junctions, or both are included in the results of the current trace task.

See Also

ITraceTasks Interface