ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IStandaloneTableFactory Interface / CreateStandaloneTable Method / CreateStandaloneTable(StandaloneTableCreationParams,IStandaloneTableContainerEdit) Method
A StandaloneTableCreationParams object.
A map or group layer where the StandaloneTable will be added

CreateStandaloneTable(StandaloneTableCreationParams,IStandaloneTableContainerEdit) Method
Creates a new StandaloneTable instance using the specified StandaloneTableCreationParams and adds it to a container such as a map. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

tableParams
A StandaloneTableCreationParams object.
container
A map or group layer where the StandaloneTable will be added

Return Value

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.9 or higher.
See Also