public StandaloneTable CreateStandaloneTable( Item item, IStandaloneTableContainerEdit container, string tableName )
Public Overloads Function CreateStandaloneTable( _ ByVal item As Item, _ ByVal container As IStandaloneTableContainerEdit, _ Optional ByVal tableName As String _ ) As StandaloneTable
Parameters
- item
- An ArcGIS.Desktop.Core.Item
- 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 = "")