Select to view content in your preferred language

Use pythonaddins.GPToolDialog to open "Create Feature Class" Tool?

927
1
Jump to solution
05-09-2013 04:55 AM
JamesCrandall
MVP Alum
I have a new MyCustomToolbox.tbx that has a couple of "Scripts" I have created and added to it that I can invoke/open with the following:

 pythonaddins.GPToolDialog('\\\\networklocation\MyCustomToolbox.tbx', 'MyScript')   


I also added the "Create Feature Class" tool to this .tbx and from my Python Add-In, I am attempting to open this in the same way as above, but fails to open it.  Anyone else have this problem?
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
JamesCrandall
MVP Alum
Not sure if this is possible, so I just created my own Create Feature Class implementation.

View solution in original post

0 Kudos
1 Reply
JamesCrandall
MVP Alum
Not sure if this is possible, so I just created my own Create Feature Class implementation.
0 Kudos