The IDimAttributes interface contains properties and methods used to work with a collection of dictionary attributes.
| Property name | Brief description | |
| Count | The Count property returns the number of dictionary attributes. | |
| Id | The Id property returns dictionary attribute that determines ID. | |
| ImageIndex | The ImageIndex property returns dictionary attribute that is used as element icon. | |
| Item | The Item property returns an object containing dictionary attribute. Attribute index is passed by the Index parameter. | |
| Name | The Name property returns dictionary attribute whose function is Name. | |
| Order | The Order property returns dictionary attribute whose function is Order. | |
| Orders | The Orders property returns a collection of attributes by which dictionary should be sorted. | |
| ReadAccess | The ReadAccess property returns an object containing dictionary attribute that restricts read access to entries. | |
| WriteAccess | The WriteAccess property returns an object containing dictionary attribute that restricts write access to entries. |
| Method name | Brief description | |
| FindById | The FindById method searches dictionary attribute by its ID. | |
| FindByKey | The FindByKey method searches dictionary attribute by its key. |
See also: