Swapping
When Ignition swaps a window, it closes the window and then opens another window in its place. This operation can be performed on windows in any state: docked or floating, maximized or not. The Start Maximized and Dock Position properties of the window that is being swapped in will be ignored - it will take the dock and maximized state of the window that it is replacing.
This operation is so common in the typical navigation strategy that there is even a version of the swapping function dedicated to it, the swapTo function. This function eliminates the need to specify the window to swap from - you only need to specify the window to swap to. It will take the current window - that is, the current maximized window - as the window to swap from.
See the following functions for more information: