IMsDimIterateByDataStubs.Add

Syntax

Add(Stub: IVariableStub): 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.

Example

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

See also:

IMsDimIterateByDataStubs