Show contents 

Ms > Ms Assembly Interfaces > IMsMethod > IMsMethod.Execute

IMsMethod.Execute

Syntax

Execute(Calculation: IMsMethodCalculation; Coord: IMsFormulaTransformCoord): IMsModelCalculationResult;

Parameters

Calculation. Settings that are necessary for model calculation

Coord. The slice, by which calculation is executed.

Description

The Execute method calculates model and returns calculation results.

Example

The method use is given in the example for IMsMethodCalculation.Warnings.

See also:

IMsMethod