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

deGetEditRootType

deGetEditRootType( 
[ w_window ] 
) 
=> t_viewType / nil 

Description

Returns the root class view type of the item at the current edit level in w_window.

This function is equivalent to

deGetRootType( w_window deGetEditLevel( w_window ))

but is more efficient.

Arguments

w_window

Window in which the root view type is desired. Defaults to the current window.

Value Returned

t_viewType

Root view type at the current edit stack level.

nil

The stack is empty.

Examples

Returns graphic assuming data of this view type at the current edit level in window(3).

deGetEditRootType( window(3) 2)

Return to top
 ⠀
X