Overload | Description |
---|---|
CreateStandaloneTable(Item,IStandaloneTableContainerEdit,String) | Overloaded. Creates a new StandaloneTable instance using the specified Item and add 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 |
CreateStandaloneTable(Uri,IStandaloneTableContainerEdit,String) | 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. |
CreateStandaloneTable(CIMDataConnection,IStandaloneTableContainerEdit,String) | 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. |
CreateStandaloneTable(Table,IStandaloneTableContainerEdit,String) | 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. |