CloseNonDataWindows
Closes all analysis, 1D view or 3D view windows of the specified document. Python only.
Syntax
CloseNonDataWindows(doc)
Parameters
Parameter |
Type |
Description |
---|---|---|
doc |
documentReference |
Reference to the document |
Return
None.
Examples
Python
import nex
doc = nex.GetActiveDocument()
nex.CloseNonDataWindows(doc)