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

In This Topic
    GetSelectedStandaloneTables Method
    In This Topic
    Returns the collection of tables selected in the TOC.
    Syntax
    public IReadOnlyList<StandaloneTable> GetSelectedStandaloneTables()
    Public Function GetSelectedStandaloneTables() As IReadOnlyList(Of StandaloneTable)

    Return Value

    The collection of tables selected in the TOC.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also