ArcGIS Pro 2.9 API Reference Guide
FindStandaloneTables Method (Map)

ArcGIS.Desktop.Mapping Namespace > Map Class : FindStandaloneTables Method
The name of the StandaloneTable(s)
Finds StandaloneTables by name. Group layers within the map are also searched.
Syntax
public IReadOnlyList<StandaloneTable> FindStandaloneTables( 
   string name
)
Public Function FindStandaloneTables( _
   ByVal name As String _
) As IReadOnlyList(Of StandaloneTable)

Parameters

name
The name of the StandaloneTable(s)

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. To retrieve StandaloneTables from only the map container and not include StandaloneTables within group layers (within the map), use StandaloneTables
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Map Class
Map Members