IMatrixFactory.CreateMatrix

Syntax

CreateMatrix(Dimensions: IDimSelectionSet): IMatrix;

Parameters

Dimensions. Dimensions selection.

Description

The CreateMatrix method creates a matrix on the base of the specified dimensions selection.

Comments

Dimensions selection, based on which a matrix is created, is returned by the IMatrix.Dimensions property.

Example

The method use is given in the example for IValidationExecData.ByScenario.

See also:

IMatrixFactory