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

In This Topic
    GetFlagsForTypeId Method
    In This Topic
    Gets the set of filter flags for the specified typeId.
    Syntax
    public static IEnumerable<string> GetFlagsForTypeId( 
       string typeid
    )
    Public Shared Function GetFlagsForTypeId( _
       ByVal typeid As String _
    ) As IEnumerable(Of String)

    Parameters

    typeid
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also