ArcGIS Pro 3.3 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.

In This Topic
    DiagramElementFilter Constructor
    In This Topic
    Initializes a new instance of the DiagramElementFilter class.
    Syntax
    public DiagramElementFilter( 
       bool browseJunctions,
       bool browseEdges,
       bool browseContainers
    )
    Public Function New( _
       Optional ByVal browseJunctions As Boolean, _
       Optional ByVal browseEdges As Boolean, _
       Optional ByVal browseContainers As Boolean _
    )

    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