IMsDimIteratorDimensions.Add

Syntax

Add(Instance: IDimInstance): IMsDimIteratorDimension;

Parameters

Instance. Added dimension.

Description

The Add method adds the specified dimension into collection.

Comments

To delete the specified dimension from the collection, use the IMsDimIteratorDimensions.Remove and IMsDimIteratorDimensions.RemoveByKey methods.

Example

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

See also:

IMsDimIteratorDimensions