Select to view content in your preferred language

Need to extend ArcGIS desktop using ArcObjects.  Where to start?

673
2
10-23-2013 10:58 AM
StevenMumby
Deactivated User
Hi guys

I???m primarily a web developer working with .Net technologies.  I know nothing about GIS but have been asked to help extend functionality in ArcGIS desktop.  These are the requirements:

1. Add a new toolbar button called something like ???Address Point Tool???
2. This creates a popup dialogue that allows the user to ???Add Address Point??? or ???Edit Address Point???.
3. Assuming the GIS technician selected ???Add Address Point???, they would then click somewhere on a map.  At this point, my tool would make a point on the map and programmatically retrieve the selected point???s parcel ID.
4. The user is then given another popup dialogue which allows them to input an address number to associate with that selected point on the map.
5. The user then clicks on save in the second popup dialogue.  This writes the parcel ID to our Address point layer.

Can somebody point me to a tutorial or let me know what tools I should be researching to accomplish this?

Tks
0 Kudos
2 Replies
LeoDonahue
Deactivated User
1. Add a new toolbar button called something like �??Address Point Tool�?�
2. This creates a popup dialogue that allows the user to �??Add Address Point�?� or �??Edit Address Point�?�.


You'll need a tool addin and a button addin.  Have you looked at the ArcObjects samples for these?  I wouldn't bother creating a button on some other form to launch a tool, but some people like doing it that way.
0 Kudos
StevenMumby
Deactivated User
Ah, that's exactly what I was looking for.  Many thanks.
0 Kudos