ArcGIS Pro 3.7 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 Function GetSelectedStandaloneTables() As IReadOnlyList(Of StandaloneTable)
    public IReadOnlyList<StandaloneTable> GetSelectedStandaloneTables()

    Return Value

    The collection of tables selected in the TOC.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also