IMsPooledModelTransform.IsCoefficientsSaved

Syntax

IsCoefficientsSaved(Coord: IMsFormulaTransformCoord): Boolean;

Parameters

Coord. The output variable slice, which determines whether model coefficients are saved.

Description

The IsCoefficientsSaved property determines whether model coefficients are saved.

Comments

Coord cannot be set to Null.

Available values:

To save them, use the IMsPooledModelTransform.Coefficients property.

Example

The property use is given in the example for IMsPooledModelTransform.Coefficients.

See also:

IMsPooledModelTransform