Select to view content in your preferred language

Dictating which features will be selected - user inputs before script runs

1715
1
01-14-2013 01:54 PM
by Anonymous User
Not applicable
Original User: SStrand

I have a long python script that needs to have an addition to it that I am not quite familiar with. I need to add in an option that is selectable in the user inputs before the script is run, that dictates which features in a layer will be selected when the script runs. Is that something that can be added to the user inputs when you run the tool?
0 Kudos
1 Reply
ArkadiuszMatoszka
Occasional Contributor II
Hi,
How do you run your tool (as standalone script, toolbox, add-in)?
You may try using tkinter module to display some input dialog to user at the beginning of run.
Cheers
Arek
0 Kudos