ResolveLink(Source: IMsDimIteratorDimension;
Destination: IMsDimIteratorDimension;
CurrentSelection: IDimSelectionSet;
Var SkipCustomLink: Boolean): Array;
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 the array of elements in 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: