I'm using ArcGIS 10.3 and I am making a model
I need to add a tool
continue after iterrate feature selection
but when I add the tool and run the model
It makes every iteration from "select Layey By attributes"
Solved! Go to Solution.
One way to get around this may be to break your model into 2 models, then join them using a third model. This will prevent the Iterator from unnecessarily running all the parts before the iterator again and again.
Model 1 - does the part before the Iterator.
Model 2 -is the iteration and what comes after.
Model 3 - joins the two. Build the first two models, then drag them from your toolbox into your Model 3 edit. Add a Precondition to Model 2 to trigger when Model 1 is done with the final process.
Integrating a Model within a Model
Preconditions
Chris Donohue, GISP
One way to get around this may be to break your model into 2 models, then join them using a third model. This will prevent the Iterator from unnecessarily running all the parts before the iterator again and again.
Model 1 - does the part before the Iterator.
Model 2 -is the iteration and what comes after.
Model 3 - joins the two. Build the first two models, then drag them from your toolbox into your Model 3 edit. Add a Precondition to Model 2 to trigger when Model 1 is done with the final process.
Integrating a Model within a Model
Preconditions
Chris Donohue, GISP