Assembly: Dimensions;
The IDimTreeIterator interface contains methods of iterator used to navigate tree of sorted dictionary elements.
IDimTreeIterator
To get iterator for tree built taken into account custom sorting, use the IDimInstance.ElementsByOrder method.
Method name | Brief description | |
GetElement | The GetElement method returns index of dictionary element at which the iterator cursor is positioned. | |
GetParent | The GetParent method returns index of dictionary element owner at which the iterator cursor is positioned. | |
HasNext | The Next method moves to the next iterator element. | |
ResetIterator | The First method moves to the iterator beginning. |
See also: