hdbIsAtStopPoint
hdbIsAtStopPoint(
h_pathVectorId
)
=> t / nil
Description
Checks if the point just pushed into with hdbPushCell is a stop point.
Arguments
|
A path vector ID; something returned by |
Value Returned
|
The point just pushed into with |
|
|
The point just pushed into with |
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
Parent/Child Database Functions
Return to top