IRubricatorFactorExecutor.SetFactorKeys

Fore syntax

SetFactorKeys(Value: Array);

Fore.NET Syntax

SetFactorKeys(Value: System.Array);

Parameters

Value. Array of time series keys.

Description

The SetFactorKeys method determines keys of time series that must be calculated.

Comments

If the IRubricatorFactorIO.MultipleFactors property is set to False, only the factor, which key is located in the first array, is calculated.

Fore and Fore.NET Examples

The property use is given in the example for IRubricatorFactorExecutor.UseDwarf.

See also:

IRubricatorFactorExecutor