StandaloneTable CreateStandaloneTable( Uri tableUri, IStandaloneTableContainerEdit container, int index, string tableName )
Overloads Function CreateStandaloneTable( _ ByVal tableUri As Uri, _ ByVal container As IStandaloneTableContainerEdit, _ Optional ByVal index As Integer, _ Optional ByVal tableName As String _ ) As StandaloneTable
Parameters
- tableUri
- An URI represents the path to a dataset
- container
- A map or group layer where the StandaloneTable will be added
- index
- The position of the StandaloneTable in the map or group layer. 0 represents the top most position.
- tableName
- System.String (optional) When not provided, the default display name gets used e.g. the dataset name or alias. (default value = "")