IMetaAttributeGroupsSet.Count

Fore Syntax

Count: Integer;

Fore.NET Syntax

Count: integer;

Description

The property is read-only.

The Count property returns number of elements in a collection of groups of attributes.

Comments

Use the IMetaAttributeGroups.Add method to add an element to the collection. The IMetaAttributeGroupsSet.Clear, IMetaAttributeGroupsSet.Remove, and IMetaAttributeGroupsSet.RemoveByKey methods are used to remove elements.

Fore and Fore.NET Examples

The property use is given in the example for IMetaAttributeGroupsSet.Item.

See also:

IMetaAttributeGroupsSet