IMsCalculationChainIterator.PostCondition

Fore Syntax

PostCondition: Boolean;

Fore.NET Syntax

PostCondition: boolean;

Description

The PostCondition property determines whether to calculate the cycle for the first time without checking cycle execution condition.

Comments

Available values:

Cycle calculation condition is returned by the IMsCalculationChainIterator.Expression property.

Fore and Fore.NET Examples

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

See also:

IMsCalculationChainIterator