Combining Multiple Models

1350
2
Jump to solution
12-05-2012 09:31 AM
DanielFish
New Contributor
Hey all!

I have a large number of feature classes and process to run.  I'm building the models using an Iterator tool, but it seems I can only have one per model.

Now, I created seperate models for each process and combined them all into one model.  Is there a way to make sure certain ones process first?  I would prefer to start one model and let it run instead of selecting each one seperate.

Any thoughts or help would be greatly appreciated!

Thanks!
0 Kudos
1 Solution

Accepted Solutions
DaleHoneycutt
Occasional Contributor III
You're going to need to make input and output parameters for your models so that you can chain the output of one model into the input of another model.

Here are two help topics that should get you started:

A quick tour of creating tools with ModelBuilder
Integrating a model within a model

View solution in original post

0 Kudos
2 Replies
DaleHoneycutt
Occasional Contributor III
You're going to need to make input and output parameters for your models so that you can chain the output of one model into the input of another model.

Here are two help topics that should get you started:

A quick tour of creating tools with ModelBuilder
Integrating a model within a model
0 Kudos
DanielFish
New Contributor
Thank you!  I did not know the model parameter worked that way when combining them.

Works exactly like I want it to.  Thank you again.
0 Kudos