Summary
Iterates until a condition becomes true or until a condition comes false.
Usage
This tool is intended for use in ModelBuilder, not in Python scripting.
If an iterator is added to a model, all tools in the model iterate for each value in the iterator. If you do not want to run each tool in the model for each iterated value, create a submodel, model within a model, or nested model that contains only the iterator and add it as a model tool to the main model.
Syntax
arcpy.mb.IterateCondition(in_values, {condition})
Parameter | Explanation | Data Type |
in_values [in_values,...] | The input values to evaluate to determine whether to continue to iterate. | Any Value |
condition (Optional) | Specifies whether to iterate until the input values are all true or are all false.
| String |
Derived Output
Name | Explanation | Data Type |
continue | A Boolean indicating whether or not to continue. | Boolean |
Environments
This tool does not use any geoprocessing environments.
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes