How to Add a Dynamic Layer to an Esri Map Control Programatically in WPF?
- by Scott
Just as the question asks.
I have an Esri map control and want to add a Rastor image to the control in WPF and don't know how to do it. I see that I can add layers to the Map control, but is there a way to add a Raster image to a map control?
I did find this code to turn the raster image into a Dynamic layer, but Im still lost on how to add a dynamic layer to the control it self.
http://resources.esri.com/arcgisserver/apis/silverlight/index.cfm?fa=codeGalleryDetails&scriptID=16723
Thank you!