IMetaAttributeGroup.FreeAttributes

Fore Syntax

FreeAttributes: IMetaAttributesSet;

Fore.NET Syntax

FreeAttributes: Prognoz.Platform.Interop.Rds.IMetaAttributesSet;

Description

The FreeAttributes property determines the set of free attributes included in the group.

Comments

Each group must have at least one free attribute. The set should consist of attributes that are a part of the primary index of the time series database. The IMetaIndex.Primary property returns this index.

Fore and Fore.NET Examples

The property use is given in the example for the IMetaAttribute.Group.

See also:

IMetaAttributeGroup