ResolveLink(
Source: IMsDimIteratorDimension;
Destination: IMsDimIteratorDimension;
CurrentSelection: IDimSelectionSet;
Var SkipCustomLink: Boolean;
): Integer;
ResolveLink(
Source: Prognoz.Platform.Interop.Ms.IMsDimIteratorDimension;
Destination: Prognoz.Platform.Interop.Ms.IMsDimIteratorDimension;
CurrentSelection: Prognoz.Platform.Interop.Dimensions.IDimSelectionSet;
var SkipCustomLink: boolean;
): System.UInt32;
Source. Controlling dimension.
Destination. Controlled dimension.
CurrentSelection. Current selection by controlling dimensions.
SkipCustomLink. Indicates whether custom linking is used.
The ResolveLink method implements a custom link and returns element in the controlled dimension.
Available values of the SkipCustomLink parameter:
True. Do not apply custom linking.
False. Apply custom linking.
The method use is given in the example for IMsDimIteratorLinks.CustomLinker.
See also: