getWindowVisibility
getWindowVisibility
Description
Gets the visibility of a docking window. The docking window can be either a Shogun Post panel or a user window.
Functional area
User Window
Command syntax
Syntax
getWindowVisibility "windowName" |
Arguments
Loading
Name | Type | Required | Comments |
---|---|---|---|
windowName | string | yes | Name of the window to get visibility for. Can be one of aShogun Post panel or a user window. |
Flags
None
Loading
Return value
boolean
Examples
// Get the visibility of the Attributes panel boolean $isVisible; $isVisible = `getWindowVisibility "Attributes"`; print $isVisible;
Additional information
Related commands
, multiple selections available,
Related content
getWindowVisibility
getWindowVisibility
More like this
getWindowVisibility
getWindowVisibility
More like this
getWindowVisibility
getWindowVisibility
More like this
getWindowVisibility
getWindowVisibility
More like this
getWindowVisibility
getWindowVisibility
More like this
showWindow
showWindow
More like this