((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;
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.