ArcGIS Pro 3.0 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, Windows 8.1

    See Also