((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;
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.