IMatrixQueryResult.GetSelection

Syntax

GetSelection(Index: Integer; Selection: IDimSelection);

Parameters

Index. Dimension index.

Selection. Dimension selection.

Description

The GetSelection method gets the selection that is created for matrix filtering by the specified dimension.

Comments

The dimension index specified in the Index, parameter corresponds to the dimension index in the IMatrixQuery.Select selection.

As a value of the Selection parameter, specify the variable, to which the dimension selection used for matrix filtering is placed.

See also:

IMatrixQueryResult