ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / BrowseProjectFilter Class / AddFilter Method

In This Topic
    AddFilter Method
    In This Topic
    Adds an instance of a BrowseProjectFilter to the Filters collection property. used to make composite filters
    Syntax
    public void AddFilter( 
       BrowseProjectFilter filter
    )
    Public Sub AddFilter( _
       ByVal filter As BrowseProjectFilter _
    ) 

    Parameters

    filter
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also