Navigate Tree:Get Previous Item Method

LabView Local Project Settings

Navigate Tree:Get Previous Item Method

Short Name: Navigate Tree.Get Previous

Installed With: Base Package

Class: TreeControl Methods

Returns the tag of the item immediately before and at the same hierarchical level as the one you provide as an input. If no items exist before the item at the same level in the hierarchy, this method returns an empty string.

Parameters

NameRequiredDescription
tagNoUnique tag of the item below the item whose tag you want to obtain. The default is an empty string. If you wire an empty string to tag, this method returns an empty string. If you wire an invalid tag, this method returns an error.
outputNoTag of the item before 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