laptop and a wrench

不具合

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

最後に公開された状態: July 16, 2018 ArcGIS Runtime SDK
不具合 ID 番号 BUG-000114022
送信されましたMay 16, 2018
最終更新日June 5, 2024
適用対象ArcGIS Runtime SDK
見つかったバージョン100.2.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスWill Not Be Addressed

参考情報

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

再現の手順

不具合 ID: BUG-000114022

ソフトウェア:

  • ArcGIS Runtime SDK

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動