How I add Layers namespace

1018
3
12-11-2017 08:35 AM
JuanOropeza1
New Contributor

I'm following the example.

Code Example - BaseMaps 

But in this line VS cant find the namespace Esri.ArcGISRuntime.Layers.

Esri.ArcGISRuntime.Layers.ArcGISTiledMapServiceLayer myArcGISTiledMapServiceLayer = new Esri.ArcGISRuntime.Layers.ArcGISTiledMapServiceLayer();

And as you can see there isn't any Layers on ArcGISRuntime

0 Kudos
3 Replies
AnttiKajanus1
Occasional Contributor III

My assumption is that you are trying to use 10.2.X sample code with 100.X runtime install and since the APIs are different, you cannot find the correct layers. 

See 100.X samples and documentation for help

ArcGIS Runtime SDK for .NET | ArcGIS for Developers 

ArcGIS tiled layer (URL)—ArcGIS Runtime SDK for .NET Samples | ArcGIS for Developers 

JuanOropeza
New Contributor III

You are correct. But I believe the example could be more clear on what version was referring too.

I will recommend something similar as PostgreSQL page. Where you have clearly on the header what version is the content and a link to the most recent version of the same content.

https://i.stack.imgur.com/Ib3Et.png

0 Kudos
JenniferNery
Esri Regular Contributor

We also have this migration topic that might be useful in finding the correct namespace and class names Migrate from 10.2.x to 100.x—ArcGIS Runtime SDK for .NET (WPF) | ArcGIS for Developers 

If you already know the new class name, you can also just hit "CTRL" + "." keys on Visual Studio to resolve the namespace.

0 Kudos