Select to view content in your preferred language

Upgrading from Esri.Arcgis.Client 10.2.x to Arcgis.Runtime.100.x

242
0
12-30-2021 10:13 AM
ThelmaERedman
New Contributor

Hello fellow arcgis developers. I am about to migrate from old Arcgis.Client .Net to Arcgis.Runtime .Net. And looking at the documentation I cant find what corresponding namespaces they are now using in the Arcgis.Runtime 100.x.

Now when running Arcgis.Client i have these all namespace i need to change for the corresponding in Arcgis.Runtime 100.13 and as i mentioned could not find in the documentation:

using ESRI.ArcGIS.Client.Local;
using ESRI.ArcGIS.Client;
using ESRI.ArcGIS.Client.Symbols;
using ESRI.ArcGIS.Client.Tasks;
using ESRI.ArcGIS.Client.Toolkit.DataSources;
using ESRI.ArcGIS.Client.Geometry;

I have been looking at this guide but I dont mention the namepaces above.

0 Kudos
0 Replies