ITsParamProvider.ParamValues

Fore syntax

ParamValues: ITsModelParamValues;

Fore.NET syntax

ParamValues: Prognoz.Platform.Interop.Transfor.ITsModelParamValues;

Description

The ParamValues property returns a collection of parameters' values.

Comments

To get collection of parameters' values use the ITsParamProvider.Params property.

Fore and Fore.NET examples

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

See also:

ITsParamProvider