Stop (ModelBuilder)

License Level:BasicStandardAdvanced

Summary

For the set of input values, iteration will continue if all the inputs are true and stop if any one of the inputs is false. It is functionally similar to the While iterator but is useful to stop a model if there is one While iterator in a model and no additional iterators can be added.

Learn how Stop works in ModelBuilder

Usage

Syntax

Stop_mb (in_values, {condition})
ParameterExplanationData Type
in_values
[in_value,...]

Input values to check whether to stop the model iteration.

Multiple Value
condition
(Optional)

Choose True of False to set the condition.

  • True Iteration will run until all the input values are True. This is the default.
  • False Iteration will run until all in input values are False.
String

Environments

This tool does not use any geoprocessing environments

Related Topics

Licensing Information

ArcGIS for Desktop Basic: Yes
ArcGIS for Desktop Standard: Yes
ArcGIS for Desktop Advanced: Yes
6/18/2012