Hi All,
Recently started using ArcGIS Pro 1.4 and have added a custom python script tool to my Project Toolbox. I can set parameters etc. but wanted to be able to add additional information to the custom script tool like I used to do in ArcMap to provide information about the tool, it's options, functions and help information. How do I do this in Pro?
Regards,
Craig
Solved! Go to Solution.
I have not really used Pro yet, but isn't this just a normal python script in a toolbox. I would think that you do this like any other tool. Climb into the python code and just do it. Bear in mind that Pro is using python v3.x
Thank you Dan. I searched the help and Googled and I could not find these solutions anywhere.