IMsProblemCalculationSettings.ParamValues

Fore Syntax

ParamValues: IMsModelParamValues;

Fore Syntax

ParamValues: Prognoz.Platform.Interop.Ms.IMsModelParamValues;

Description

The ParamValues property returns parameter values for metamodel included into the problem.

Comments

To get the metamodel calculated by the problem, use the IMsProblem.MetaModel property.

Fore and Fore.NET Examples

The property use is given in the example for IMsModelParams.Add.

See also:

IMsProblemCalculationSettings