ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IStandaloneTableContainer Interface / FindStandaloneTables Method
Name of the StandaloneTable

In This Topic
    FindStandaloneTables Method (IStandaloneTableContainer)
    In This Topic
    Finds StandaloneTables by name. Child group layers are also searched.
    Syntax
    IReadOnlyList<StandaloneTable> FindStandaloneTables( 
       string name
    )
    Function FindStandaloneTables( _
       ByVal name As String _
    ) As IReadOnlyList(Of StandaloneTable)

    Parameters

    name
    Name of the StandaloneTable

    Return Value

    A IReadOnlyList of StandaloneTables with the matching name
    Remarks
    A name is not necessarily unique. More than one StandaloneTable can have the same name.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also