IDimInstance.ElementsByOrder

Syntax

ElementsByOrder (OrdersSetup: IDimElementsOrderSetup): IDimTreeIterator;

Parameters

OrdersSetup. Sorting settings.

Description

The ElementsByOrder property returns iterator to the dictionary element tree built taking into account custom sorting.

Comments

In the tree built taking into account custom sorting the hierarchical structure is kept. Sorting of elements is carried out within owner.

Example

The property use is given in the example for IDimInstance.NewElementsOrderSetup.

See also:

IDimInstance