0

I want to make an ArcGIS Desktop add-in toolbar that has a regular ESRI built-in tool on it (like the buffer tool, or select tool, etc), instead of a custom tool. Is that possible or are we talking ArcObjects at that point?

This would be simple if I was looking to add tools for me only. But that's not the case. I'm looking to create a toolbar with standard tools that anyone in the organization could add to ArcMap via an add-in. We have a situation where sometimes the ArcMap profiles get reset in Citrix, and it would be nice when that happens, if the user could simply launch an add-in and get the standard tools back fairly easy. So using my above example, I want to make a toolbar with the buffer tool and the select tool, and we'll call it "Toolbar A". And anyone in the organization could load "Toolbar A" and get those tools. Is this possible using the ESRI python add-in solution?

asked Apr 23, 2018 at 18:19

1 Answer 1

0

You can launch any tool using the pythonaddins module and the GPToolDialog. You will need to add a button on the toolbar and modify the click event. This should load existing or custom tools, but only if you have the appropriate license checked out.

http://desktop.arcgis.com/en/arcmap/latest/analyze/python-addins/the-pythonaddins-module.htm

answered Apr 25, 2018 at 12:32
1
  • Perfect, this worked. Not sure why I couldn't find this before. Thanks for your help. Commented Apr 26, 2018 at 18:47

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.