ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Core Namespace / BrowseProjectFilter Class / AddCanBeFlag Method

In This Topic
    AddCanBeFlag Method
    In This Topic
    Adds specified filter flag to the canBeFlags collection of the BrowseProjectFilter instance
    Syntax
    public void AddCanBeFlag( 
       BrowseProjectFilter.FilterFlag flag
    )
    Public Sub AddCanBeFlag( _
       ByVal flag As BrowseProjectFilter.FilterFlag _
    ) 

    Parameters

    flag
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also