ArcGIS Explorer

Browse by Tags

All Tags » SDK   (RSS)
Question: I am working on an add-in that will include several images that will be displayed as image overlays when the user views certain layers. What is the best way to include these images with my .eaz file so they can be accessed at runtime? Answer: Read More...
Code snippets are a very useful feature of Visual Studio. We've added some key snippets to the ArcGIS Explorer SDK – the kinds of things that are simple but that you end up writing frequently, or that you might forget. Even some of the team members forget Read More...
If you want to customize ArcGIS Explorer there's a lot you can do without any programming. Application configurations provide an easy way to customize everything from the startup splash screen, functions which are available to users, and what tabs and Read More...
(by Rob Dunfey, ArcGIS Explorer SDK Development Team) Custom tasks have many different functions, but for all their differences they have much in common. For example, all custom tasks have a task lifecycle, and as a custom task developer it is important Read More...
In an earlier post we talked about some of the new SDK features in the latest release (Build 410). In that post we mentioned the addition of OpenGL support and included a screenshot showing wind vectors implemented using OpenGL in Explorer. Here's a link Read More...
(submitted by Rob Dunfey, ArcGIS Explorer SDK Development Team) The latest release of ArcGIS Explorer includes a host of enhancements to the API, creating new opportunities for custom task developers. The custom task framework genuinely differentiates Read More...