Count: Integer;
The property is read-only.
The Count property returns number of element in a collection of attributes group.
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.
The property use is given in the example for IMetaAttributeGroupsSet.Item.
See also: