Count: Integer;
Count: integer;
The property is read-only.
The Count property returns number of elements in a collection of groups of attributes.
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: