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