Property FilterBarriers
FilterBarriers
Gets a collection of filter barriers.
Declaration
public IList<UtilityElement> FilterBarriers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<UtilityElement> | A collection of filter barriers. |
Remarks
A regular barrier, specified by Barriers, prevents traversal which, when used with subnetwork-based traces, can prevent traversal to the subnetwork controller. Like Filter, filter barriers are evaluated in the second pass of a trace. Therefore, it can restrict the result set without impacting the ability to find subnetwork controllers from starting points.
One example of where filter barriers can be used is in the gas distribution domain. Filter barriers can be used to simulate the location of a squeeze-off when executing a valve isolation trace. The user can place a filter barrier at the proposed location of the squeeze-off and then verify its impact using a trace.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.10 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.10 - 200.5 |
Xamarin.Android | 100.10 - 100.15 |
Xamarin.iOS | 100.10 - 100.15 |
UWP | 100.10 - 200.5 |