public StandaloneTable CreateStandaloneTable( Table table, IStandaloneTableContainerEdit container, string tableName )
Public Overloads Function CreateStandaloneTable( _ ByVal table As Table, _ ByVal container As IStandaloneTableContainerEdit, _ Optional ByVal tableName As String _ ) As StandaloneTable
Parameters
- table
- An ArcGIS.Core.Data.Table
- container
- A map instance where the StandaloneTable will be added
- tableName
- System.String (optional) When not provided, the default display name gets used e.g. the dataset name or alias. (default value = "")