We're very pleased to announce that the ArcGIS Runtime SDK 10.1.1 for WPF is now available for download from the Customer Care Portal: http://customers.esri.com/.Make sure you take a look at the Release Notes for a list of enhancements, changes and known limitations in this release:http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#/Release_notes_ArcGIS_Runtime_SDK_10_1_1_for_WPF... And here are some other resources you may find useful:Blog Announcement: http://blogs.esri.com/esri/arcgis/2013/01/17/arcgis-runtime-sdk-for-wpf-10-1-1-is-here/Resource Center: http://resources.arcgis.com/en/communities/runtime-wpf/index.htmlConceptual Doc: http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#//017000000031000000*New* Samples: http://resources.arcgis.com/en/help/runtime-wpf/samples/index.htmlAPI Reference Library: http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.htmlSample App download (if you don't have the SDK): http://www.arcgis.com/home/item.html?id=ace12032e3db4314b7ba7ee5b341c80cCheersMike
Assembly assembly = Assembly.LoadFrom("ESRI.ArcGIS.Client.dll"); Version version = assembly.GetName().Version;
Hi,The ArcGIS Runtime SDK for WPF v1.0 release added a lot of new functionality in the areas of ArcGIS Server and ArcGIS Online integration plus the ability to use maps, data, locators, and geoprocessing offline via Packages and a new high performance map display - so much new functionality (and in a fuller SDK) that we decided to call it v1.0 again, although underneath it built on top of v3.0 of the ArcGIS API for WPF. The release of the SDK also introduced licensing. If you build an application with the new SDK and it only uses online services then it continues to be free to deploy with a "Basic" license. If you use the offline functionality then you need to purchase "Standard" licenses when you deploy your application.If you're still using the old API then you are using v2.4. You can check by calling: Assembly assembly = Assembly.LoadFrom("ESRI.ArcGIS.Client.dll"); Version version = assembly.GetName().Version; You can find more information on the SDK releases here:What was new @ ArcGIS Runtime SDK for WPF v1.0: http://blogs.esri.com/esri/arcgis/2012/07/02/arcgis-runtime-sdk-1-0-for-wpf-release/What was new @ ArcGIS Runtime SDK for WPF v10.1.1: http://resources.arcgis.com/en/help/runtime-wpf/concepts/index.html#/Release_notes/0170000000nz000000/CheersMike
Hi,Could you please tell me the version of the underlying ArcGIS API for WPF in ArcGIS Runtime SDK for WPF 10.1.1.The ArcGIS Runtime SDK for WPF 1.0 from what I know was based 2.4.Correct me if I am wrong.
Hi,I already have ArcGIS Runtime SDK for WPF 1.0 installed on my machine. I want to upgrade to ArcGIS SDK for WPF 10.1.1.Is there a way to do the same other than downloading the new setup from EDN and installing i ton my system.Some patch installation etc.Please let me know.
We're very pleased to announce that the ArcGIS Runtime SDK 10.1.1 for WPF is now available for download from the Customer Care Portal: http://customers.esri.com/.
Q: How much, if anything, for me to have what I need to create a 3D globe of Earth in WPF with country boundaries?Qualifiers:-It will never need to be updated-As the only thing I need is the outline data, there will be no updates/online access/etc.-Clients need to be assumed to have no access to the Internet (yes, they pin-hole to my servers for updates, but not the same access as, say, a desktop client might have that goes to all kinds of sites).-Via code-behind, I change the colors of the countries, and use mouse-overs to display any detail data.I can't tell if I might need a few hours paid consulting to get a demo working once acquired, either.
The current WPF SDK is now the version 10.2.3. It can be downloaded from here.
If you start a new project you should also consider using the new .Net API.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.