IMsDimIterateByDataStubs.Add

Fore Syntax

Add(Stub: IVariableStub): IMsDimIterateByDataStub;

Fore.NET Syntax

Add(Stub: Prognoz.Platform.Interop.Cubes.IVariableStub): Prognoz.Platform.Interop.Ms.IMsDimIterateByDataStub;

Parameters

Stub. Data source added to the collection.

Description

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

Comments

To get the specified source from the collection, use the IMsDimIterateByDataStubs.Item property.

Fore and Fore.NET Examples

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

See also:

IMsDimIterateByDataStubs