IRubricatorInstance.RegenerateEmpty

Syntax

RegenerateEmpty(FactorKeys: Array);

Parameters

FactorKeys. Array of factors keys.

Description

The RegenerateEmpty method updates whether specified factors are empty.

Comments

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

If FactorKeys contains an empty array, the emptiness indicator is updated for all factors.

Example

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

See also:

IRubricatorInstance