IInMemManager.UpdateBySelection

Syntax

UpdateBySelection(Dest: ICubeInstanceDestination; Selection: IDimSelectionSet);

Parameters

Dest. Built cube display version.

Selection. Selection according to which data matrix will be recalculated.

Description

The UpdateBySelection method updates cache data according to the specified parameters.

Example

The example of use is given in description of the IInMemManager.GetMatrix method.

See also:

IInMemManager