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

hdbAddConfigToBag

hdbAddConfigToBag ( 
h_configBagId 
h_configId
) 
=> t / nil 

Description

Adds a configuration handle to a configuration bag.

Arguments

h_configBagId

The ID of the configuration bag.

h_configId

A configuration ID, something returned by hdbOpen.

Value Returned

t

The configuration bag exists and a handle has been added to it.

nil

The h_configBagId was invalid.

Example

hdbAddConfigToBag( configBag config )

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

your_install_dir/tools/hdb/examples/hdbTraverse.il

Related Topics

hdbCreateConfigBag

hdbCloseConfigsInBag

Hierarchy Database Functions

Occurrence Property Functions

Parent/Child Database Functions


Return to top
 ⠀
X