laptop and a wrench

Erro

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

Última Publicação: July 16, 2018 ArcGIS Runtime SDK
Número de ID do Erro BUG-000114022
EnviadoMay 16, 2018
Última ModificaçãoJune 5, 2024
Aplica-se àArcGIS Runtime SDK
Versão encontrada100.2.1
Sistema OperacionalWindows OS
Versão do Sistema Operacional10.0 64 Bit
StatusWill Not Be Addressed

Informações Adicionais

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); } ```

Etapas para Reproduzir

ID do Erro: BUG-000114022

Software:

  • ArcGIS Runtime SDK

Seja notificado quando o status de um erro mudar

Baixe o Aplicativo de Suporte da Esri

Descubra mais sobre este tema

Obtenha ajuda de especialistas do ArcGIS

Entre em contato com Suporte Técnico

Baixe o Aplicativo de Suporte da Esri

Ir para as opções de download