Use Only Selected Features in Model Builder
This little trick came from GIS stack exchange. To run a model using only selected features, open your model and in the model builder window right click and select ‘Model Only Tools/Calculate Value’. In the ‘Expression’ box type:
|
Then in the ‘Code Block’ type:
|
Finally the ‘Data type’ should be set to Boolean and be sure to save your model.
Now when you run your model you do not need to set up various definition queries, you just need to select the features you want to run your model on. This works well in tandem with the iterate features using selection tool.