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

hdbPopPathVect

hdbPopPathVect(
h_pathVectorStackId
)
=> h_pathVectorId / nil

Description

Pops a path vector off the top of a path vector stack.

Arguments

h_pathVectorStackId

A path vector stack ID; something returned by hdbCreatePathVectorStack.

Value Returned

h_pathVectorId

The top of the path vector stack.

nil

The stack is empty.

Example

pathVectorTop = hdbPopPathVect( pathVectorStack )

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

hdbPushPathVect

Hierarchy Database Functions

Occurrence Property Functions

Parent/Child Database Functions


Return to top
 ⠀
X