IFormulaTransformModel.Transform

Syntax

Transform: Object;

Description

The Transform property returns the object that enables the user to set up calculation method parameters.

Comment

To set up parameters of calculation method, the returned object must be cast to the  IMsFormulaTransform interface.

Example

The property use is given in the example for IFormulaTransformModel.AddInputVariable.

See also:

IFormulaTransformModel