leIsLayoutViewerWindow
leIsLayoutViewerWindow(
w_windowId
)
=> t / nil
Description
Checks whether the given window has layout viewer application installed on it.
Arguments
Value Returned
|
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