((ArcGISTiledMapServiceLayer)MyMagnifyingGlass.Layer).Url = .....
ArcGISTiledMapServiceLayer arcgisLayer = Map.Layers["imagery"] as ArcGISTiledMapServiceLayer; ArcGISTiledMapServiceLayer arcgisMagnifyingLayer = new ArcGISTiledMapServiceLayer(); arcgisMagnifyingLayer.Url = arcgisLayer.Url; MyMagnifyingGlass.Layer = arcgisMagnifyingLayer;
MyMagnifyingGlass.Layer.Url = arcgisLayer.Url;
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.