IMetaAttributeGroupsSet.Count

Syntax

Count: Integer;

Description

The property is read-only.

The Count property returns number of element in a collection of attributes group.

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.

Example

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

See also:

IMetaAttributeGroupsSet