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

deSetConfigId

deSetConfigId( 
w_windowId 
g_hdbConfigId 
) 
=> t / nil 

Description

Sets the Hierarchy Manager configuration ID associated with the given window. Also creates a path vector and sets the window path vector. If g_hdbConfigId is nil, the window path vector is destroyed, and the window configuration ID is set to nil.

Arguments

w_windowId

The window in question. Defaults to the current window.

g_hdbConfigId

The configuration ID of the window.

Value Returned

t

The operation is successful.

nil

The operation was not successful

Examples

Sets the configuration ID for window 2 and creates and sets the path vector.

deSetConfigId( window(2) myConfigId)

Destroys the path vector and clears the configuration ID for window 2.

deSetConfigId( window(2) nil)

Return to top
 ⠀
X