Property AllowIndeterminateFlow
AllowIndeterminateFlow
Gets or sets a value indicating whether to allow tracing across network features with indeterminate flow
or false
to stop the traversal when indeterminate flow is encountered.
Declaration
public bool AllowIndeterminateFlow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
Indeterminate flow can occur when there is a loop in the network where traversal in either direction
could be used to find the subnetwork controller (both upstream and downstream at the same time, in other words).
This property is useful for upstream, downstream, or isolation traces where flow direction for the subnetwork
is determined.
This option is only applicable with Utility Network versions 5 or higher.
The default is true
.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |