IDimTreeIterator

Assembly: Dimensions;

Description

The IDimTreeIterator interface contains methods of iterator used to navigate tree of sorted dictionary elements.

Inheritance Hierarchy

IDimTreeIterator

Comments

To get iterator for tree built taken into account custom sorting, use the IDimInstance.ElementsByOrder method.

Methods

  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:

Dimensions Assembly Interfaces