IValidationFilters.ParamControl

Fore Syntax

ParamControl(Index: Integer): IMsModelParamsControl;

Fore.NET Syntax

ParamControl[Index: Integer]: Prognoz.Platform.Interop.Ms.IMsModelParamsControl;

Parameters

Index. Parameter index.

Description

The ParamControl property determines the set of controlled parameters.

Comments

To get the parameter from the set, specify the Index value. Indexing of parameters in the set is continuous and starts with zero.

Fore and Fore.NET Examples

The method use is given in the example for IValidationGroup.Params.

See also:

IValidationFilters