Extension Walkthrough


PurposeThis sample corresponds to the Creating a custom Extension.

How to use

See Using the samples for help on compiling, setting up the debugger, and running the sample. If the sample has associated data, you will find that the sample's zip file includes a "data" folder alongside the language folders. However, you will need to update the sample to point to the location of the data once you have extracted all the files.

  1. Open and build the solution in Visual Studio. Please note that once you have built and compiled an extension for ArcGIS Explorer it is automatically loaded when the application starts.
  2. Open ArcGIS Explorer, and open a map in which you want to use the sample task.


Download the files for all languages
Extension.cs Code to implement the Extension
Download the C# files
Extension.vb Code to implement the Extension
Download the VB.NET files