ITsParamProvider.ParamValues

Fore Syntax

ParamValues: ITsModelParamValues;

Fore.NET Syntax

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

Description

The ParamValues property returns parameters' values collection.

Comments

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

Fore and Fore.NET Examples

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

See also:

ITsParamProvider