CreateApply(
Source: ICubeInstanceSource;
[ApplyMode: SelectionControlApplyMode = 1]): ICubeSelectionControlApply;
Source. Source of the calculated cube, for which a selection control object is created. If Null is passed as a parameter value, the created object is used to control dimension selection of calculated cube itself.
ApplyMode. The mode, in which selection control parameters are applied.
The CreateApply method creates an object that is used for cube dimension selection control.
The method use is given in the example for the Apply method.
See also: