// 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
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.