For (Model Tools)
Summary
Iterates over a starting and ending value by a given value.
Usage
This tool is only available from ModelBuilder for use in models. The tool is not available from the Geoprocessing pane or from Python.
The tool increments the starting value until the maximum specified limit is reached. For example, if the From Value parameter is 0 and To Value is 10 to be incremented By Value 3, the iteration will increment until value 9.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
From Value |
The value used to start the iteration. |
Long |
|
To Value |
The value used to run the iteration. |
Long |
|
By Value |
The value used to increment. |
Long |
Derived output
| Label | Explanation | Data type |
|---|---|---|
|
Value |
The value returned by each iteration. |
Variant |
Environments
This tool does not use any geoprocessing environments.
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes