ArcGIS Pro 3.4 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
Version

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

ArcGIS Pro version: 3 or higher.
See Also