ArcGIS Pro 2.6 API Reference Guide
FindTable Method

ArcGIS.Desktop.Mapping Namespace > CompositeLayerWithTables Class : FindTable Method
The ID of the table.
(optional) When true the search continues in group layers. (default value = true)
Finds a table using ID.
Syntax
public StandaloneTable FindTable( 
   int tableID,
   bool recurse
)
Public Function FindTable( _
   ByVal tableID As Integer, _
   Optional ByVal recurse As Boolean _
) As StandaloneTable

Parameters

tableID
The ID of the table.
recurse
(optional) When true the search continues in group layers. (default value = true)

Return Value

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

CompositeLayerWithTables Class
CompositeLayerWithTables Members