ArcGIS Pro 3.7 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 Function CanSelect( _
       ByVal typeID As String _
    ) As Boolean
    public bool CanSelect( 
       string typeID
    )

    Parameters

    typeID
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also