Mozzarino Posted August 21, 2020 Share Posted August 21, 2020 I'm developing some UI for pipeline tools. One of the tools is an HDAs and Setups manager, where I click on the desired HDA and it is imported into the current geo context. I spent some time reading the documentation and other created threads on how to get the current geo context path and all I've managed to do is a workaround where I have to select one or more nodes and only then can I import my HDA into the selected context. Any ideas on how to achieve this without having to select any nodes? Quote Link to comment Share on other sites More sharing options...
toadstorm Posted August 21, 2020 Share Posted August 21, 2020 import toolutils network = toolutils.networkEditor() path = network.pwd().path() 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.