ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IStandaloneTableFactory Interface / CanCreateStandaloneTable Method
A StandaloneTableCreationParams object.
A map or group layer where the StandaloneTable will be added
Version

CanCreateStandaloneTable Method (IStandaloneTableFactory)
Indicates whether a StandaloneTable can be created using the specified StandaloneTableCreationParams and added to the container.
Syntax

Parameters

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

Return Value

A boolean indicates that a StandaloneTable can be created.
Remarks
You should use this method before passing an item to StandaloneTableFactory.CreateStandaloneTable
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.3 or higher.
See Also