ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / SelectStandaloneTables Method

In This Topic
    SelectStandaloneTables Method
    In This Topic
    Selects standalone tables in the TOC.
    Syntax
    public void SelectStandaloneTables( 
       IReadOnlyCollection<StandaloneTable> standaloneTables
    )
    Public Sub SelectStandaloneTables( _
       ByVal standaloneTables As IReadOnlyCollection(Of StandaloneTable) _
    ) 

    Parameters

    standaloneTables
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also