ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / BrowseProjectFilter Class / AddCanBeTypeId Method

In This Topic
    AddCanBeTypeId Method
    In This Topic
    Adds specified typeid to the canBeTypeId collection of the BrowseProjectFilter instance
    Syntax
    Public Sub AddCanBeTypeId( _
       ByVal typeid As String _
    ) 
    public void AddCanBeTypeId( 
       string typeid
    )

    Parameters

    typeid
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also