IMsDimIteratorDimensions.Add

Fore Syntax

Add(Instance: IDimInstance): IMsDimIteratorDimension;

Fore.NET Syntax

Add(Instance: Prognoz.Platform.Interop.Dimensions.IDimInstance): Prognoz.Platform.Interop.Ms.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.

Fore and Fore.NET Examples

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

See also:

IMsDimIteratorDimensions