Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiGetTreeParent

hiGetTreeParent(
g_tree
)
=> l_itemNames / nil

Description

Gets the parent of a tree, that is, the item under which the tree is inserted. If the tree is inserted in multiple places, this function returns all the items under which it is inserted.

Argument

g_tree

The tree whose parent you want to retrieve. This is the return value of hiCreateTree.

Values Returned

l_itemNames

List of symbols specifying the parent items.

nil

The tree does not have a parent or there was an error.

Related Topics

Form and Field Functions

hiGetTreeItemParent

hiGetTree

hiGetTreeItems

hiCreateTreeTable


Return to top
 ⠀
X