We have many land class polygons to manually edit. I wish to create a button bar - in Python AddIns - with buttons to allocate the selected polygon (once edited) to the appropriate class (ie update attribute field). There would be buttons for Class 1, Class 2 etc..
so
i) edit polygon (eg cut)
ii) with polygon selected, click appropriate button (eg Class 1) to allocate polygon (attribute) to the appropriate land class
I can do this in ArcPy, but am new to AddIns. I am not able to find information on how to apply code in Addins