IMobilePublishCube.LoadSelection

Fore Syntax

LoadSelection;

Fore.NET Syntax

LoadSelection();

Description

The LoadSelection method returns the current selection of cube dimension elements.

Comments

To change the selection of dimension elements, use the following methods: IMobilePublishCube.AddSelection, IMobilePublishCube.SetSelection, IMobilePublishCube.SelectAll.

Fore and Fore.NET Examples

The method use is given in the example for IMobilePublishCube.IsEmptySelection.

See also:

IMobilePublishCube