IDimTreeIterator.GetParent

Syntax

GetParent: Integer;

Description

The GetParent method returns index of dictionary element owner at which the iterator cursor is positioned.

Comments

To get index of dictionary element over which the iterator cursor is, use the IDimTreeIterator.GetElement method.

Example

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

See also:

IDimTreeIterator