ICubeInstanceDestination.CreateApplyDimensions

Syntax

CreateApplyDimensions([ApplyMode: SelectionControlApplyMode = 1]): ICubeSelectionControlApply;

Comments

ApplyMode - mode, in which selection control parameters are applied.

Description

The CreateApplyDimensions method creates an object that is used for cube dimension selection control.

Comments

This method is actual to be used if the cube contains controlling and controlled dimensions. Selection control parameters are applied by means of the ApplyDimensions method.

Example

The method use is given in the example for the ApplyDimensions method.

See also:

ICubeInstanceDestination