ArcGIS Pro 2.9 API Reference Guide
CreateStandaloneTable Method (StandaloneTableFactory)

ArcGIS.Desktop.Mapping Namespace > StandaloneTableFactory Class : CreateStandaloneTable Method
Overload List
OverloadDescription
Overloaded. 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  
Overloaded. Creates a new StandaloneTable instance using the specified Item and adds it to a container such as a map. Optionally you can provide a name to override the default display name. This method must be called on the MCT. Use QueuedTask.Run  
Overloaded. Creates a new StandaloneTable instance with the specified path to a dataset and adds it to a container such as a map. Optionally you can provide a name to override the default display name. This method must be called on the MCT. Use QueuedTask.Run.  
Overloaded. Creates a new StandaloneTable instance from a CIMDataConnection and adds it to a container such as a map. Optionally you can provide a name to override the default display name. This method must be called on the MCT. Use QueuedTask.Run.  
Overloaded. Creates a new StandaloneTable instance from an ArcGIS.Core.Data.Table and adds it to a container such as a map. Optionally you can provide a name to override the default display name. This method must be called on the MCT. Use QueuedTask.Run.  
Overloaded. Creates a new StandaloneTable instance from an ArcGIS.Core.Data.AttributedRelationshipClass and adds it to a container such as a map. Optionally you can provide a name to override the default display name. This method must be called on the MCT. Use QueuedTask.Run.  
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

StandaloneTableFactory Class
StandaloneTableFactory Members