IsCoefficientsSaved(Coord: IMsFormulaTransformCoord): Boolean;
Coord. The output variable dimension, which returns whether model coefficients are saved.
The IsCoefficientsSaved property returns whether model coefficients are saved.
Coord cannot be set to Null.
Available values:
True. Coefficients are saved
False. Coefficients are not saved. The default value.
To save them, use the IMsPooledModelTransform.Coefficients property.
The property use is given in the example for IMsPooledModelTransform.Coefficients.
See also: