IMsCalculationChainIterator.Step_

Fore Syntax

Step_: DimCalendarLevel;

Fore.NET Syntax

@Step: Prognoz.Platform.Interop.Dimensions.DimCalendarLevel;

Description

The Step_ property determines calculation step.

Comments

Calculation step is set using calculation by dates, it means the IMsCalculationChainIterator.UseDates property must be set to True.

To set calculation step using parameter, use the IMsCalculationChainIterator.StepParam property.

Fore and Fore.NET Examples

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

See also:

IMsCalculationChainIterator