Navigate Tree:Get Path Method

LabView Local Project Settings

Navigate Tree:Get Path Method

Short Name: Navigate Tree.Get Path

Installed With: Full Development System

Class: TreeControl Methods

Returns an array of unique tags for each item in the path from the root level in the tree control to the item.

Parameters

NameRequiredDescription
tagNoUnique tag of the item whose path you want to obtain. If the tree control contains no items, the method returns an empty array.
outputNoArray of tags for each item in the path from the root level to 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