Navigate Tree:Get Next Item Method

LabView Local Project Settings

Navigate Tree:Get Next Item Method

Short Name: Navigate Tree.Get Next

Installed With: Full Development System

Class: TreeControl Methods

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.

Example

Parameters

NameRequiredDescription
tagNoUnique 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.
outputNoTag of the item after the item whose tag you wire to tag.

Remarks

The following table lists the characteristics of this method.

Available in Run-Time Engine and Real-Time Operating SystemYes (Read/Write)
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo

Example

Refer to the Traverse Tree and Set Custom Symbols VI in the labview\examples\general\controls\treecontrol\Traverse Tree and Set Custom Symbols.llb for an example of using the Navigate Tree:Get Next Item method.

 Open example  Browse related examples