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

In This Topic
    GetTypeIdsForFlag Method
    In This Topic
    Gets the set of typeIds for the specified filter flag.
    Syntax
    public static IEnumerable<string> GetTypeIdsForFlag( 
       BrowseProjectFilter.FilterFlag flag
    )
    Public Shared Function GetTypeIdsForFlag( _
       ByVal flag As BrowseProjectFilter.FilterFlag _
    ) As IEnumerable(Of String)

    Parameters

    flag
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also