Python Toolbox Tool Parameter Hints

987
4
Jump to solution
12-02-2022 03:16 PM
RogerDunnGIS
Occasional Contributor II

The tools that come with ArcGIS Pro have hints for each parameter.  Clicking the blue (i) symbol to the left of the parameter's name brings up a nice hint window.  (See Buffer > Side Type for an example).  I would like to create similar documentation for my Python Toolbox tools.  I cannot figure out which property of arcpy.Parameter to set for this.  Please explain how I should accomplish this.  Thank you.

 

1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

I use custom python toolbox since you get validation code, visuals and a load more

tool1.pngtool0.png

Comparing custom and Python toolboxes—ArcGIS Pro | Documentation

I suspect you can edit the meta for a python toolbox as well

 


... sort of retired...

View solution in original post

4 Replies
BlakeTerhune
MVP Regular Contributor
0 Kudos
RogerDunnGIS
Occasional Contributor II

I had seen these properties, but the documentation seems to indicate that they are for warning and error messages.  Thank you for posting, though.

0 Kudos
DanPatterson
MVP Esteemed Contributor

I use custom python toolbox since you get validation code, visuals and a load more

tool1.pngtool0.png

Comparing custom and Python toolboxes—ArcGIS Pro | Documentation

I suspect you can edit the meta for a python toolbox as well

 


... sort of retired...
RogerDunnGIS
Occasional Contributor II

This will indeed work for me, but I didn't mark this as a solution.  Who did, and how did that happen?

0 Kudos