CreateMatrix(Dimensions: IDimSelectionSet): IMatrix;
CreateMatrix(Dimensions: Prognoz.Platform.Interop.Dimensions.IDimSelectionSet): Prognoz.Platform.Interop.Matrix.IMatrix;
Dimensions. Dimensions selection.
The CreateMatrix method creates a matrix on the base of the specified dimensions selection.
Dimensions selection, based on which a matrix is created, is returned by the IMatrix.Dimensions property.
The method use is given in the example for IValidationExecData.ByScenario.
See also: