ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.UtilityNetwork.Trace Namespace / Filter Class / FunctionBarriers Property

In This Topic
    FunctionBarriers Property (Filter)
    In This Topic
    A set of FunctionBarrier objects. If any of these objects evaluates to true, further tracing is terminated.
    Syntax
    public IReadOnlyList<FunctionBarrier> FunctionBarriers {get; set;}
    Public Property FunctionBarriers As IReadOnlyList(Of FunctionBarrier)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also