// Fails with msd-published services ImageDisplay imageDisplay = new ImageDisplay(); // Works for all services ImageDisplay imageDisplay = new ImageDisplay(); imageDisplay.ImageHeight = 500; imageDisplay.ImageWidth = 500; imageDisplay.ImageDPI = 96;
Ben,When debugging the code are there any errors / messages?RegardsMike
<soap:Fault> <faultcode>soap:client</faultcode> <faultstring>Error processing server request</faultstring> <detail/> </soap:Fault>
Is there any chance I could have that add-in (i mean the *.eaz file)??Thanks in advance!!
//If no results are return exit if (mapServerIdentifyResults.Length == 0) return;
//If no results are return exit if (mapServerIdentifyResults.Length > 0){ ...etc }
tns: http://www.esri.com/schemas/ArcGIS/10.0
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.