I wanted to do this for a long time, I finally had the energy and the will. I call it IGeometry. I choose this name because this is my favorite ArcObjects interface and it is the core of all ArcGIS development. I will keep posting GIS educational videos This will be a series of videos on Programming with ArcObjects. In This video we will introduce the setup you need to start programming with ArcObjects. Then we will create a new Visual Basic ArcMap project. Add a toolbar and a command, link the two and then add an event to display a message with the user clicks on the button. We will also introduce our first ArcObjects interface IApplication and we will change the title or ArcMap when the user clicks on the button. I will include the source code of our work for each episode. Interfaces introduced in this episode: IApplication, ICommand, ICommandBar ===== Installation Requirements: Microsoft Visual Studio 2012 Express http://www.microsoft.com/en-us/download/details.aspx?id=34673 ArcGIS for Desktop 10.2.2 (60 days trial) http://www.esri.com/software/arcgis/arcgis-for-desktop ArcObjects .NET SDK (You have to officially request the media Installation CD from Esri to get it.) The Source Code as of the end of the Episode https://www.dropbox.com/s/0p05u2xtmniavdr/01-NETArcObjects.zip?dl=0 Hussein Nasser Software Architect, Author www.husseinnasser.com
... View more