Show / Hide Table of Contents

Esri.ArcGISRuntime.WPF

Start using version 200

ArcGIS Runtime SDK for .NET version 100.15 is a long-term support release focused exclusively on bug fixes and minor updates. See the Product Life Cycle document for more information.

ArcGIS Maps SDK for .NET version 200.x builds on the proven architecture of 100.15, and is designed to leverage the latest developer framework innovations.

Go to 200.x

Contains APIs and UI controls for building Windows desktop applications with the Windows Presentation Framework (WPF) UI framework.

  • MapView control used for the display of map layers and information in 2D. It controls the area (extent) of the map that is visible and supports user interactions such as pan and zoom.
  • SceneView used for the display of 2D layers and 3D scene layers and information in 3D. It uses a camera to control the visible area (extent) of the scene and supports user interactions such as pan, zoom, tilt, and rotate.
  • Callout control used for the display of information in a mapview or sceneview and is anchored to a coordinate with a leader.
  • Platform-specific image support

Supported .NET target frameworks:

  • .NET 6
  • .NET Framework 4.6.1+

Add a reference to Esri.ArcGISRuntime.WPF to your WPF application projects:

<PackageReference Include="Esri.ArcGISRuntime.WPF" Version="100.15.0" />
In This Article
Back to top Copyright © 2022 Esri.