Rds > Rds Assembly Interfaces > IRdsAttributeTypes
The IRdsAttributeTypes interface contains properties and methods of a collection of attribute types contained in a specified folder.
Property name | Brief description | |
![]() |
The Count property returns the number of attribute types contained in this folder. | |
![]() |
The Item property returns an attribute type. |
Method name | Brief description | |
![]() |
The Add method adds a new attribute type. | |
![]() |
The Clear method clears all attribute types contained in this folder. | |
![]() |
The FindById method searches an attribute type by identifier. | |
![]() |
The FindByKey method searches an attribute type by key. | |
![]() |
The Remove method removes an attribute type by index. | |
![]() |
The RemoveByKey method removes an attribute type by key. |
See also: