ArcGIS Pro 2.9 API Reference Guide
FindStandaloneTables Method (IStandaloneTableContainer)

ArcGIS.Desktop.Mapping Namespace > IStandaloneTableContainer Interface : FindStandaloneTables Method
Name of the StandaloneTable
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, Windows 8.1

See Also

Reference

IStandaloneTableContainer Interface
IStandaloneTableContainer Members