ArcGIS Pro 2.8 API Reference Guide
AllowIndeterminateFlow Property

ArcGIS.Core.Data.UtilityNetwork.Trace Namespace > TraceConfiguration Class : AllowIndeterminateFlow Property
Gets or sets a value indicating whether features with indeterminate flow will be traced. The default value is true.
Syntax
public bool AllowIndeterminateFlow {get; set;}
Public Property AllowIndeterminateFlow As Boolean
Remarks
When performing an upstream or downstream trace, flow direction for the subnetwork is first determined and then features upstream or downstream to the starting points are returned. In some cases, a specific flow direction cannot be determined, such as scenarios with loops. In cases such as this, the flow is known as indeterminate. By default, features with indeterminate flow are included in the trace results when this property is set to true. If this property is set to false, features with indeterminate flow will stop traversability and will not be included in the trace results.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

TraceConfiguration Class
TraceConfiguration Members