IMsDimIteratorLinks.Add

Fore Syntax

Add(Instance: IDimInstance): IMsDimIteratorLink;

Fore.NET Syntax

Add(Instance: Prognoz.Platform.Interop.Dimensions.IDimInstance): Prognoz.Platform.Interop.Ms.IMsDimIteratorLink;

Parameters

Instance. Added dimension.

Description

The Add method adds a linked dimension to the collection.

Comments

To get a linked dimension in the collection, use the IMsDimIteratorLinks.Item property.

Fore and Fore.NET Examples

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

See also:

IMsDimIteratorLinks