I'd like to have multiple levels of toolsets within a Python Toolbox. Is this possible? If so, how?
Thanks for the help!
Philip
Hi Philip,
In the tool's __init__, assign the name you want to self.category. If you want to include extra toolset levels just add a slash between the toolset names.
for example:
self.category = r'one\two'
-Dave
Hi Dave,
I knew self.category required a string, but didn't think to include a backslash to separate the characters. This was just what I needed. Thanks!
-Philip
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.