Dan, Thanks for your input, I set up a local ArcGIS server mostly because the machine that this application will be used for will not have internet access - but I am not sure my question is clear enough:Based on the following application http://milsym.codeplex.com/documentation that I downloaded - it is a Silverlight application using Bing maps I want to be able to do the same thing using Esri maps in WPF - so back to my original question - how would I implement interactive drawing of Military Graphics on the Esri map using WPF?
Button button1 = new Button(); button1.Content = "Y"; button1.Width = 20; button1.Height = 20; ElementLayer.SetEnvelope(button1, new Envelope(-117, 34, -117, 34)); element.Children.Add(button1); Map.Layers.Add(element);
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.