Select to view content in your preferred language

Incorporate toolbar functions into ModelBuilder?!

879
3
06-21-2012 12:50 AM
by Anonymous User
Not applicable
Original User: mataharimhairi

Can anyone help me figure out how to add toolbar functions into ModelBuilder, so I can run multiple iterations?!
0 Kudos
3 Replies
by Anonymous User
Not applicable
Original User: m.gasior

It's not possible to use more than one iterator in one model.
Instead you can add another model which contains iterator to current model.

Some other thoughts how to use iterator can be found in ModelBuilder - Advanced Technologies video.
0 Kudos
by Anonymous User
Not applicable
Original User: mataharimhairi

It is possible to set multiple iterations, with multiple geoprocessing tools. Which is why I would like to incorporate an edit function from the toolbar as part of my model, so I would not have to edit thousands of polylines manually. Do you have any suggestions on how to create ones own geoprocessing tool to include in Modelbuilder?
0 Kudos
MatthewPayne
Esri Contributor
I think what was suggested is to use nested models.  You can create one model (ModelA) with an iterating process, save that model, and then add it as a tool into another model (ModelB).  You can then add an iterator to ModelB which will coexist with ModelA respresented as a tool within ModelB.  This is the basics of using nested models.
0 Kudos