Navigate Tree:Get Parent Item Method

LabView Local Project Settings

Navigate Tree:Get Parent Item Method

Short Name: Navigate Tree.Get Parent

Installed With: Full Development System

Class: TreeControl Methods

Returns the tag of the parent item above an item. If the item is the topmost item in the tree control, the method returns an empty string.

Parameters

NameRequiredDescription
tagNoUnique tag of the child item. If the tree control contains no items, the method returns an error.
outputNoTag of the parent item.

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