IMatrixQueryResult.GetSelection

Fore Syntax

GetSelection(Index: Integer; Selection: IDimSelection);

Fore.NET Syntax

GetSelection(Index: integer; Selection: Prognoz.Platform.Interop.Dimensions.IDimSelection);

Parameters

Index. Dimension index.

Selection. Dimension selection.

Description

The GetSelection method determines selection for the specified dimension.

Fore and Fore.NET Examples

The property use is given in IMatrixFactory.CreateQuery.

See also:

IMatrixQueryResult