IMDCalculationInstance.WriteFormulas

Syntax

WriteFormulas(Key: IMDCalculationFormulaElementKey; Formulas: IMDCalculationFormulas; [Options: Integer = 0]);

Parameters

Key. Unique key of the element, by which formulas must be written.

Formulas. Formulas that must be written.

Options. Optional parameter reserved for the future.

Description

The WriteFormulas method writes formulas based on the specified element.

Example

The method use is given in the example for IMDCalculationInstance.ReadFormulas.

See also:

IMDCalculationInstance