Show / Hide Table of Contents

Property FilterBarriers

FilterBarriers

Gets a collection of filter barriers.

Declaration
public IList<UtilityElement> FilterBarriers { get; }
Property Value
Type Description
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
TargetVersions
.NET Standard 2.0100.10 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.10 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.10 - 100.12
Xamarin.Android100.10 - 100.15
Xamarin.iOS100.10 - 100.15
UWP100.10 - 100.15
In This Article
Back to top Copyright © 2022 Esri.