How I can do event with two clicks using python add-in wizard, I have found a way to do event with one click by adding a New Tool in the wizard, but I need “first click To copy the attributes from the features and in the second to update another feature”? Can I use (def onMouseDownMap(self, x, y, button, shift)
) twice on the same tool?
↧
How I can do event with two clicks using python add-in wizard?
↧