ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.NetworkDiagrams Namespace / DiagramElementFilter Class / DiagramElementFilter Constructor
Indicates if the junctions are browsed by the filter.
Indicates if the edges are browsed by the filter.
Indicates if the edges are browsed by the filter.
Version

    DiagramElementFilter Constructor
    Initializes a new instance of the DiagramElementFilter class.
    Syntax
    public DiagramElementFilter( 
       bool browseJunctions,
       bool browseEdges,
       bool browseContainers
    )

    Parameters

    browseJunctions
    Indicates if the junctions are browsed by the filter.
    • If true, the junctions are browsed. The default is true.
    • If false, the junctions are skipped.
    browseEdges
    Indicates if the edges are browsed by the filter.
    • If true, the edges are browsed. The default is true.
    • If false, the edges are skipped.
    browseContainers
    Indicates if the edges are browsed by the filter.
    • If true, the containers are browsed. The default is true.
    • If false, the containers are skipped.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also