IMsParamProvider.ParamValues

Fore Syntax

ParamValues: IMsModelParamValues;

Fore.NET Syntax

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

Description

The ParamValues property returns the collection of value parameters.

Comments

To get the collection of parameters, use the IMsParamProvider.Params property.

Fore and Fore.NET Examples

The property use is given in the example for IMsParamProvider.Params.

See also:

IMsParamProvider