[GIS] Create Custom Tool with ArcObjects SDK and Visual Studio 2013/2015

arcobjectsvisual studio

I'm researching building a couple of custom tools. I downloaded and installed ArcObjects SDK 10.4 to integrate it into Visual Studio 2013 and 2015, but I'm having trouble finding any good examples on creating the tools. Our client wants one tool that will search for a value from a specific field("Loc_Num") within a specific set of layers and then highlight the feature it finds. They also want another one to do an address lookup, but apparently the built-in tool is not what they are wanting.

Can anyone could point me to a good reference on building these within VS 2013 or 2015?

Best Answer

What you are looking for is in the ArcObjects Help for .Net Developer, more specifically Building Add-ins for ArcGIS Desktop

Related Question