Sub RemoveStandaloneTables( _ ByVal tables As IEnumerable(Of StandaloneTable) _ )
void RemoveStandaloneTables( IEnumerable<StandaloneTable> tables )
Parameters
- tables
- An enumerable of StandaloneTables to be removed.
Sub RemoveStandaloneTables( _ ByVal tables As IEnumerable(Of StandaloneTable) _ )
void RemoveStandaloneTables( IEnumerable<StandaloneTable> tables )
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)