IMetaAttributeGroupsSet

Description

The IMetaAttributeGroupsSet interface is used to work with the collection of dictionary attribute groups without ability to add an attribute.

Inheritance hierarchy

          IMetaAttributeGroupsSet

Comments

Use the IMetaAttributeGroups.Add method to add a group of attributes.

Properties

  Property name Brief description
The Count property returns number of element in a collection of attributes group.
The Item property returns a specified element of a collection.

Methods

  Method name Brief description
The Clear method clears a collection of elements.
The FindByKey method searches attributes group with a specified key in a collection.
The Remove method removes a specified element from a collection.
The RemoveByKey method removes attributes group with a specified key from a collection.

See also:

Rds Assembly Interfaces