hdbGetTopCellName
hdbGetTopCellName(h_configId) =>t_topCellName/nil
Description
Gets the name of the top cell of a configuration specified by h_configId.
Arguments
Value Returned
|
The top cell name of the configuration specified by h_configId. |
|
|
Did not get the top cell name of the configuration specified by h_configId. |
Example
topCell = hdbGetTopCellName( config )
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