The IUserDimAttributes interface contains properties and methods of a collection of calculated dictionary attributes.
| Property name | Brief description | |
| Count | The Count property returns the number of attributes in calculated dictionary. | |
| Id | The Id property determines calculated dictionary's attribute whose function is to show ID. | |
| ImageIndex | The ImageIndex property determines calculated dictionary's attribute, which function is Element Icon. | |
| Item | The Item property returns an object containing dictionary attribute. | |
| Name | The Name property determines dictionary attribute whose function is Name. | |
| Order | The Order property determines dictionary attribute which function is Order. | |
| Orders | The Orders property returns a collection of attributes by which calculated dictionary should be sorted. | |
| ReadAccess | The ReadAccess property determines dictionary attribute that limits read access to records. | |
| WriteAccess | The WriteAccess property determines dictionary attribute that limits permissions to change records. |
| Method name | Brief description | |
| Add | The Add method adds a calculated dictionary's attribute. | |
| Clear | The Clear method removes all attributes of calculated dictionary. | |
| FindByKey | The FindByKey method searches and returns an object containing calculated dictionary attribute. | |
| Remove | The Remove method removes calculated dictionary's attribute by its index. | |
| RemoveByKey | The RemoveByKey method removes calculated dictionary's attribute by its key. |
See also: