laptop and a wrench

Error

System.ArgumentException when clicking a raster layer in an ArcGIS Runtime Windows Presentation Foundation (WPF) app.

Última publicación: July 16, 2018 ArcGIS Runtime SDK
Número de ID del error BUG-000114022
EnviadoMay 16, 2018
Última modificaciónJune 5, 2024
Relacionado conArcGIS Runtime SDK
Versión encontrada100.2.1
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoWill Not Be Addressed

Información adicional

Change the basemap rather than the view. In the reproducer, the following code should replace what is in the OnBasemapChooserSelectionChanged method: ``` // Get the title of the selected basemap var selectedBasemapTtile = e.AddedItems[0].ToString(); // Retrieve the basemap from the dictionary var basemap = _basemapOptions[selectedBasemapTtile]; if (MyMapView.Map != null) { MyMapView.Map.Basemap = basemap; MyMapView.SetViewpointAsync(new Viewpoint(basemap.BaseLayers[0].FullExtent)); } else { MyMapView.Map = new Map(basemap); } ```

Pasos para reproducir

ID del error: BUG-000114022

Software:

  • ArcGIS Runtime SDK

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga