While (ModelBuilder)

Summary

Works exactly like 'while' in any scripting/programming language, executing "while" a condition is true or false for the input or set of inputs.

Usage

Syntax

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

Input values to check whether to iterate or not.

Multiple Value
condition
(Optional)

Choose True or 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 the input values are False.
String

Environments

This tool does not use any geoprocessing environments

Related Topics

Licensing Information

ArcView: Yes
ArcEditor: Yes
ArcInfo: Yes

4/27/2011