I have created a python toolbox, the interface is shown below:
How do you edit the parameter description so that when you click in the boxes, a relevant description will show up in the tool help?
Hornbydd
44.9k5 gold badges42 silver badges84 bronze badges
asked Dec 8, 2017 at 19:47
1 Answer 1
You add a description to the parameter which shows up in the help panel by editing the Item Description of the tool.
Right click on your tool and select Item Description
You then add text to each parameter under the syntax section.
answered Dec 9, 2017 at 1:22
lang-py