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


ITraceTasks.TraceIndeterminateFlow 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.TraceIndeterminateFlow Property
ArcGIS Developer Help

ITraceTasks.TraceIndeterminateFlow Property

Indicates if directional traces include features with indeterminate or uninitialized flow direction.

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

Product Availability

Available with ArcGIS Desktop.

Description

A value of True for TraceIndeterminateFlow specifies that features with indeterminate or uninitialized flow will be traced by directional trace tasks. A value of False specifies that only features with determinate flow direction can be traced.

Remarks

Directed trace tasks use the flow direction on network features to determine whether or not the feature is included in the results of a trace operation. For example, the Trace Upstream trace task includes only features which are traced against their flow direction.

See Also

ITraceTasks Interface