Is there a pythonaddins tool or script with which I can click on a feature class polygon to be selected and export some specific attributes to a csv? My must have requirements are:
1. Pythonaddins, so that I can use the tool and click anywhere on polygon feature class.
2. There could be multiple feature classes, so I need to loop through all of them to get specific attributes to export.
[I think this would be very similar to identifier tool. The reason why we need to custom develop this, is to be able to export data to a csv file whenever a click event occurs.]