IMsDimIteratorStubs.Add

Fore Syntax

Add(Value: IVariableStub);

Fore.NET Syntax

Add(Value: Prognoz.Platform.Interop.Cubes.IVariableStub);

Parameters

Value. Added data source.

Description

The Add method adds the specified data source to the collection.

Comments

To get the required data source from the collection, use the IMsDimIteratorStubs.Item property.

Fore and Fore.NET Examples

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

See also:

IMsDimIteratorStubs