AddMultiDimIterator(Name: String): IMsCalculationChainMultiDimIterator;
AddMultiDimIterator(Name: string): Prognoz.Platform.Interop.Ms.IMsCalculationChainMultiDimIterator;
Name. Multidimensional iterator name.
The AddMultiDimIterator method adds a multidimensional iterator to the calculation chain.
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.
The property use is given in the example for IMsCalculationChainMultiDimIterator.IterateByData.
See also: