ArcGIS Pro 2.6 API Reference Guide
FindStandaloneTables Method (CompositeLayerWithTables)

ArcGIS.Desktop.Mapping Namespace > CompositeLayerWithTables Class : FindStandaloneTables Method
The name of the StandaloneTable.
Finds StandaloneTables by name.
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.

Return Value

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

CompositeLayerWithTables Class
CompositeLayerWithTables Members