IRubricatorInstance.RegenerateEmpty

Syntax

RegenerateEmpty(FactorKeys: Array);

Parameters

FactorKeys. Array of indicators keys.

Description

The RegenerateEmpty method updates whether specified indicators are empty.

Comments

The method is relevant if an attribute of indicators emptiness is available in the database, that is, IRubricator.HasEmptyAttribute = True.

If FactorKeys contains an empty array, the emptiness attribute is updated for all indicators.

Example

The method use is given in the example for IRubricator.HasEmptyAttribute.

See also:

IRubricatorInstance