IMsCalculationState.DataMultiDim

Syntax

DataMultiDim(Slice: IMsFormulaTransformSlice): IMatrixDataSource;

Parameters

Slice. Variable slice, data of which needs to be obtained.

Description

The DataMultiDim property returns the data of the current calculation step considering used modelling scenarios.

Comments

To get the key of the current step of calculation, use the IMsCalculationState.Scenario property.

Example

The property use is given in the example for IMsProblemCalculation.StepDate.

See also:

IMsCalculationState