ArcGIS Pro 3.7 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 Sub SelectStandaloneTables( _
       ByVal standaloneTables As IReadOnlyCollection(Of StandaloneTable) _
    ) 
    public void SelectStandaloneTables( 
       IReadOnlyCollection<StandaloneTable> standaloneTables
    )

    Parameters

    standaloneTables
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also