Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

hdbPushPathVect

hdbPushPathVect(
h_pathVectorStackId 
h_pathVectorId
)
=> t / nil

Description

Adds a path vector on to the top of a path vector stack.

Arguments

h_pathVectorStackId

A path vector stack ID; something returned by hdbCreatePathVectorStack.

h_pathVectorId

A path vector ID; something returned by hdbCreatePathVector.

Value Returned

t

The path vector is added on to the top of a path vector stack.

nil

No path vector was added on to the top of a path vector stack.

Example

hdbPushPathVect( pathVectorStack pathVector )

An example for the use of this function can also be found at:

your_install_dir/tools/hdb/examples/hdbTraverse.il

Related Topics

hdbGetPathStackStr

hdbCreatePathVectorStack

hdbGetPathVectorStackTop

Hierarchy Database Functions

Occurrence Property Functions

Parent/Child Database Functions


Return to top
 ⠀
X