Select to view content in your preferred language

how to stop the tool select iterate feature

2575
1
Jump to solution
08-11-2015 11:52 AM
GustavoCordero
Deactivated User

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"

1.jpg

0 Kudos
1 Solution

Accepted Solutions
ChrisDonohue__GISP
MVP Alum

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

ArcGIS Help 10.1

Preconditions

ArcGIS Help 10.1

Chris Donohue, GISP

View solution in original post

1 Reply
ChrisDonohue__GISP
MVP Alum

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

ArcGIS Help 10.1

Preconditions

ArcGIS Help 10.1

Chris Donohue, GISP