Rds > Rds Assembly Interfaces > IMetaAttributeGroupsSet
Namespace: Prognoz.Platform.Interop.Rds;
The IMetaAttributeGroupsSet interface is used to work with the collection of dictionary attribute groups without ability to add an attribute.
IMetaAttributeGroupsSet
Use the IMetaAttributeGroups.Add method to add a group of attributes.
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. |
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: