ArcGIS Pro 2.9 API Reference Guide
RemoveStandaloneTables Method (GroupLayer)

ArcGIS.Desktop.Mapping Namespace > GroupLayer Class : RemoveStandaloneTables Method
The StandaloneTables to remove
Removes the specified StandaloneTables from the container. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public void RemoveStandaloneTables( 
   IEnumerable<StandaloneTable> tables
)
Public Sub RemoveStandaloneTables( _
   ByVal tables As IEnumerable(Of StandaloneTable) _
) 

Parameters

tables
The StandaloneTables to remove
Exceptions
ExceptionDescription
Invalid container
This method or property must be called within the lambda passed to QueuedTask.Run.
Remarks
The tables must all belong to the same container or a container that is a child of the parent.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

GroupLayer Class
GroupLayer Members