GetPrev(CircleSearch: Boolean): IVZTreeItem;
CircleSearch. Indicates whether the last child element is determined when the method is used for the first child element of visualizer tree.
The GetPrev method returns the previous child element of visualizer tree.
Available values of the CircleSearch parameter:
True. The last child element is returned.
False. Null is returned.
The method use is given in the example for IVZTreeItem.GetItemById.
See also: