IMsDimCustomLinker.ResolveLink

Syntax

ResolveLink(Source: IMsDimIteratorDimension;

            Destination: IMsDimIteratorDimension;

            CurrentSelection: IDimSelectionSet;

            Var SkipCustomLink: Boolean): Array;

Parameters

Source. Controlling dimension.

Destination. Controlled dimension.

CurrentSelection. Current selection by controlling dimensions.

SkipCustomLink. Indicates whether custom linking is used.

Description

The ResolveLink method implements a custom link and returns the array of elements in controlled dimension.

Comments

Available values of the SkipCustomLink parameter:

Example

The method use is given in the example for IMsDimIteratorLinks.CustomLinker.

See also:

IMsDimCustomLinker