IDimTreeIterator.GetParent

Fore Syntax

GetParent: Integer;

Fore.NET Syntax

GetParent(): uinteger;

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.

Fore and Fore.NET Examples

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

See also:

IDimTreeIterator