IMsCalculationChainEntries.AddMultiDimIterator

Fore Syntax

AddMultiDimIterator(Name: String): IMsCalculationChainMultiDimIterator;

Fore.NET Syntax

AddMultiDimIterator(Name: string): Prognoz.Platform.Interop.Ms.IMsCalculationChainMultiDimIterator;

Parameters

Name. Multidimensional iterator name.

Description

The AddMultiDimIterator method adds a multidimensional iterator to the calculation chain.

Comments

A special feature of this iterator is its ability to be used for several dimensions and iterations will be executed only by points containing data. The data iterator use enables the user to reduce metamodel calculation time.

Fore and Fore.NET Examples

The property use is given in the example for IMsCalculationChainMultiDimIterator.IterateByData.

See also:

IMsCalculationChainEntries