Navigate Tree:Get Next Item
- Updated2025-07-30
- 1 minute(s) read
Returns the tag of the first item after an item at the same level in the hierarchy. If no items exist after the item at the same level in the hierarchy, the method returns an empty string.
Parameters
| Name | Data type | Required | Description |
|---|---|---|---|
| Tag | ![]() |
No | Unique tag of the item above the item whose tag you want to obtain. The default is an empty string, which returns the topmost item in the tree control. If the tree control contains no items, the method returns an empty string. |
Remarks
The following table lists the characteristics of this method.
| Short Name | Navigate Tree.Get Next |
| Data type | ![]() |
| Available in Run-Time Engine | Yes |
| Available in Real-Time Operating System | Yes |
| Settable when the VI is running | Yes |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Loads the block diagram into memory | No |
| Remote access allowed | Yes |
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Controls and Indicators\Tree\Setting Custom Tree Item Symbols.vi
