ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / CompositeLayerWithTables Class / FindStandaloneTable Method
The URI of the StandaloneTable which is a unique identifier

In This Topic
    FindStandaloneTable Method (CompositeLayerWithTables)
    In This Topic
    Finds a StandaloneTable using a URI. Child group layers are also searched.
    Syntax
    public StandaloneTable FindStandaloneTable( 
       string tableURI
    )
    Public Function FindStandaloneTable( _
       ByVal tableURI As String _
    ) As StandaloneTable

    Parameters

    tableURI
    The URI of the StandaloneTable which is a unique identifier

    Return Value

    Remarks
    To search StandaloneTables from only the layer container and not include StandaloneTables within child group layers, use StandaloneTables
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also