ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Core Namespace / BrowseProjectFilter Class / CanSelect Method

In This Topic
    CanSelect Method
    In This Topic
    Returns true if this typeid can be selected while using this browseDialogFilter instance
    Syntax
    public bool CanSelect( 
       string typeID
    )
    Public Function CanSelect( _
       ByVal typeID As String _
    ) As Boolean

    Parameters

    typeID
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also