Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The IDimHierarchiesInstance interface contains properties and methods used to work with collection of data stored in alternative hierarchies of the dictionary.
IDimSelection
| Property name | Brief description | |
| Count | The Count property returns the number of hierarchies in a collection. | |
| DefaultHierarchy | The DefaultHierarchy property determines a default alternative hierarchy to be used on opening a dictionary. | |
| Hierarchies | The Hierarchies property returns object to work with collection of dictionary alternative hierarchies. | |
| Item | The Item property returns data of alternative hierarchy from the collection based on its index. |
| Method name | Brief description | |
| FindByKey | The FindByKey method searches for an alternative hierarchy data in the collection by hierarchy key. |
See also: