Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The IDimElementsOrderSetup interface contains properties and methods to set up custom sorting of dictionary elements.
IDimElementsOrderSetup
| Property name | Brief description | |
| Count | The Count property returns the number of attributes included in dictionary sorting list. | |
| ReverseOrder | The ReverseOrder property determines sorting order by specified attribute index. |
| Method name | Brief description | |
| Add | The Add method adds dictionary attribute to sorting list. | |
| AttributeKey | The AttributeKey method returns attribute key by its index in the sorting list. |
See also: