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

geDeleteInstViewLevel

geDeleteInstViewLevel( 
[ w_windowId ] 
d_instId 
)
=> t / nil 

Description

Removes all instance-specific view levels associated with an instance ID.

Arguments

w_windowId

Database ID of the window from which you want the instance view levels removed. If w_windowId is not specified, the current window is used.

d_instId

Database ID of the instance that has its view levels removed.

Value Returned

t

A view level was found and deleted.

nil

A view level was not found and deleted.

Examples

Deletes the view levels associated with instance4. The instance is then displayed using the window start level and stop level.

geDeleteInstViewLevel( instance4 )

Related Topics

View-Level Functions


Return to top
 ⠀
X