Timeline for Returning value from ArcGIS Pro custom tool (.py)
Current License: CC BY-SA 4.0
17 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 28, 2024 at 18:16 | vote | accept | Clouseau | ||
| Mar 27, 2024 at 17:56 | review | Close votes | |||
| Apr 12, 2024 at 3:06 | |||||
| Mar 27, 2024 at 10:48 | answer | added | Hornbydd | timeline score: 2 | |
| Mar 26, 2024 at 19:21 | comment | added | Clouseau | @Hornbydd I tried both methods, neither work. If you find a solution, please let me know. Thanks. | |
| Mar 26, 2024 at 19:16 | history | edited | Clouseau | CC BY-SA 4.0 |
deleted 9 characters in body
|
| Mar 22, 2024 at 16:03 | comment | added | Clouseau | According to the docs, you can pass by name or by index. I tried both. Neither work. | |
| Mar 22, 2024 at 13:13 | comment | added | Hornbydd |
Look at the help file what is in the syntax section, what data type is index? what have you put in? Is it an integer? You need to read the help and understand what the input data types are for a function such as SetParameter().
|
|
| Mar 21, 2024 at 21:57 | comment | added | user2856 | I'm not seeing anywhere in your examples where you run the HelloWorld tool? | |
| Mar 21, 2024 at 19:39 | history | edited | PolyGeo♦ | CC BY-SA 4.0 |
edited tags
|
| Mar 21, 2024 at 17:41 | history | edited | Clouseau | CC BY-SA 4.0 |
added 427 characters in body
|
| Mar 21, 2024 at 17:10 | comment | added | Clouseau |
I forgot to include the update to the getParameterInfo function. Other than that, I am unsure of how to move forward.
|
|
| Mar 21, 2024 at 17:07 | history | edited | Clouseau | CC BY-SA 4.0 |
added 174 characters in body
|
| Mar 21, 2024 at 17:04 | comment | added | Hornbydd | Now I see your example code, I repeat read the help file, you are making up syntax that does not exist. Look at the sample code on the help page. | |
| Mar 21, 2024 at 17:00 | history | edited | Clouseau | CC BY-SA 4.0 |
added 112 characters in body
|
| Mar 21, 2024 at 16:51 | comment | added | Clouseau | I tried that option and I could not get it to work. I will edit my code to add that example. | |
| Mar 21, 2024 at 16:45 | comment | added | Hornbydd | Read the help file on SetParameter() | |
| Mar 21, 2024 at 16:11 | history | asked | Clouseau | CC BY-SA 4.0 |