IMsCalculationChainIterator.MaxIterations

Syntax

MaxIterations: Integer;

Description

The MaxIterations property determines the maximum number of cycle iterations.

Comments

By default MaxIterations = 500.

If MaxIterations = -1, the cycle is executed until the condition, set in the IMsCalculationChainIterator.Expression property is not satisfied.

Example

The property use is given in the example for IMsCalculationChainIterator.Expression.

See also:

IMsCalculationChainIterator