IVZTreeItem.GetNext

Syntax

GetNext(CircleSearch: Boolean): IVZTreeItem;

Parameters

CircleSearch. Indicates whether the first child element is determined if the method is used for the last child element of visualizer tree:

Description

The GetNext method returns the next child element of visualizer tree.

Example

The method use is given in the example for IVZTreeItem.GetItemById.

See also:

IVZTreeItem