IMsPooledModelTransform.IsCoefficientsSaved

Syntax

IsCoefficientsSaved(Coord: IMsFormulaTransformCoord): Boolean;

Parameters

Coord. The output variable dimension, which returns whether model coefficients are saved.

Description

The IsCoefficientsSaved property returns 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