The IUserDimOrders interface contains properties and methods of a collection of attributes by which calculated dictionary is sorted.
| Property name | Brief description | |
| Count | The Count property returns the number of attributes included in calculated dictionary's sorting list. | |
| Item | The Item property returns sorting order settings for the attribute included into sorting list of a calculated dictionary. |
| Method name | Brief description | |
| Add | The Add method adds dictionary attribute to sorting list. | |
| Delete | The Delete method removes attribute from sorting list of calculated dictionary. | |
| FindByKey | The FindByKey method searches for the attribute by its key and returns the attribute included into sorting list. | |
| Move | The Move method changes attributes' positions in sorting list thus changing priority of sorting by some attribute. |
See also: