system.perspective.workstation.toWindowed
This function is used in Python Scripting.
Description​
When called from a Session running in Perspective Workstation, attempts to put Workstation into windowed mode.
Syntax​
system.perspective.workstation.toWindowed()
Parameters​
Nothing
Returns​
Nothing
Scope​
Perspective Session
Code Examples​
Code Snippet
# This example will set the Perspective Workstation Session to windowed mode.
system.perspective.workstation.toWindowed()