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

deGetEditViewType

deGetEditViewType( 
w_window 
) 
=> t_viewType / nil 

Description

Returns the t_viewType of the item at the current edit level in w_window.

This function is equivalent to

deGetViewType( w_window deGetEditLevel( w_window ))

but is more efficient.

Arguments

w_window

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

Value Returned

t_viewType

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).

deGetEditViewType( window(3))

Return to top
 ⠀
X