ArcGIS Pro 2.9 API Reference Guide
FindStandaloneTables Method (CompositeLayerWithTables)

ArcGIS.Desktop.Mapping Namespace > CompositeLayerWithTables Class : FindStandaloneTables Method
The name of the StandaloneTable(s)
Finds StandaloneTables by name. Child group layers 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 search StandaloneTables from only the layer container and not include StandaloneTable within child group layers, use StandaloneTables
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

CompositeLayerWithTables Class
CompositeLayerWithTables Members