How to get the Image from the MXD using ArcObjects
Posted by: Al Pascual,
on 08 May 2009 |
View original | Bookmarked: 0 time(s)
First thanks to all the people that helped me with ArcObjects. I have a project using Silverlight that need to populate the TOC with the image in each layer. All the symbology is stored on the Map Service. Silverlight uses the REST layer to communication with the ArcGIS server, because of that and the rest layer does not return the symbology of the layer itself I had to create an ASP.NET application to extend the Rest API to be able to write my own C# to get the images. Now is important to remember...