For (ModelBuilder)

Summary

Iterates over a starting and ending value by a given value.

Learn how For works in ModelBuilder

Usage

  • This tool is only available from the ModelBuilder ribbon 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

LabelExplanationData 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

LabelExplanationData 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

Related topics