ArcGIS Pro 3.7 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 Shared Function GetTypeIdsForFlag( _
       ByVal flag As BrowseProjectFilter.FilterFlag _
    ) As IEnumerable(Of String)
    public static IEnumerable<string> GetTypeIdsForFlag( 
       BrowseProjectFilter.FilterFlag flag
    )

    Parameters

    flag
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also