IMsDimCustomLinker.ResolveLink

Fore Syntax

ResolveLink(
            Source: IMsDimIteratorDimension;
            Destination: IMsDimIteratorDimension;
            CurrentSelection: IDimSelectionSet;
            Var SkipCustomLink: Boolean;
           ): Integer;

Fore.NET Syntax

ResolveLink(
            Source: Prognoz.Platform.Interop.Ms.IMsDimIteratorDimension;
            Destination: Prognoz.Platform.Interop.Ms.IMsDimIteratorDimension;
            CurrentSelection: Prognoz.Platform.Interop.Dimensions.IDimSelectionSet;
            var SkipCustomLink: boolean;
           ): System.UInt32;

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 element in the controlled dimension.

Comments

Available values of the SkipCustomLink parameter:

Fore and Fore.NET Examples

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

See also:

IMsDimCustomLinker