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

hdbIsAtStopPoint

hdbIsAtStopPoint(
h_pathVectorId
)
=> t / nil

Description

Checks if the point just pushed into with hdbPushCell is a stop point.

Arguments

h_pathVectorId

A path vector ID; something returned by hdbCreatePathVector.

Value Returned

t

The point just pushed into with hdbPushCell is a stop point.

nil

The point just pushed into with hdbPushCell is not a stop point.

Example

stop = hdbIsAtStopPoint( pathVector )

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

your_install_dir/tools/hdb/examples/hdbTraverse.il

Related Topics

Hierarchy Database Functions

Occurrence Property Functions

Parent/Child Database Functions


Return to top
 ⠀
X