ArcGIS Pro 3.2 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

In This Topic
    CreateStandaloneTable(StandaloneTableCreationParams,IStandaloneTableContainerEdit) Method
    In This Topic
    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