macros:function:workspace.record
This is an old revision of the document!
Function
Workspace.Record
Workspace.Record(Handle handle, String name, Int32 icon, Boolean visibleOnly, Boolean removeOthers)
API | http://api.avolites.com/11.0/Workspace.Record.html |
---|---|
description | Records a Workspace |
namespace | Workspace |
parameter | handle ( Handle ) : The handle |
name ( String ) : The name | |
icon ( Int32 ) : The icon | |
visibleOnly ( Boolean ) : if set to true, only record the visible windows | |
removeOthers ( Boolean ) : if set to true remove others windows when this workspace is recalled | |
return value | Void |
Example in
<step>Workspace.Record(Handles.CreateHandleReference("Workspaces", 0, 0), "Playbacks", 0, true, false)</step>
Also used in
You could leave a comment if you were logged in.
macros/function/workspace.record.1534869991.txt.gz · Last modified: 2018/08/21 16:46 (external edit)