Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

leIsLayoutViewerWindow

leIsLayoutViewerWindow(
w_windowId
) 
=> t / nil

Description

Checks whether the given window has layout viewer application installed on it.

Arguments

w_windowId

Window ID of the window.

Value Returned

t

The w_windowId has layout viewer application installed.

nil

The w_windowId does not have the layout viewer application installed.

Example

Returns t if the window winId has layout viewer application installed on it.

leIsLayoutViewerWindow(winId)


Return to top
 ⠀
X