Tagged Questions
2
votes
2answers
114 views
How to use model-builder iterator with a custom bit of arbitrary code?
How do I integrate a in-line variable from modelbuilder into a python script? Specifically, I'm using an iterator, and I'm trying to include the 'name' variable in a python script. I believe the ...