IMatrixDataSource.Execute

Syntax

Execute(Dimensions: IDimSelectionSet): IMatrix;

Parameters

Dimensions. Selection, according to which matrix is calculated.

Description

The Execute method calculates data matrix in accordance with the specified element selection.

Example

The method use is given in the example for IMatrixDataSource.CreateDimSelectionSet.

See also:

IMatrixDataSource