IMetaMemberLeaf.IsEmpty

Fore Syntax

IsEmpty: Boolean;

Fore.NET Syntax

IsEmpty: boolean;

Description

The IsEmpty property determines whether an emptiness indicator is set for an element.

Comments

Emptiness indicator is used for database time series and depends on value of the Empty time series attribute (EMPT identifier).

If all factor values in DB on relevant revision are empty (absent or equal to Null), emptiness indicator is set for this factor. A new factor is empty until data is saved into it.

Fore and Fore.NET Examples

The property use is given in the example for IMetaHierarchy.WhereIsEmpty.

See also:

IMetaMemberLeaf