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.