IVZTreeItem.GetPrev

Syntax

GetPrev(CircleSearch: Boolean): IVZTreeItem;

Parameters

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

Description

The GetPrev method returns the previous child element of visualizer tree.

Comments

Available values of the CircleSearch parameter:

Example

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

See also:

IVZTreeItem