AVOLITES TITAN API

RecordReplaceByUserNumber

Replaces the workspace with a given user number

Namespace: Workspace

Syntax

MACRO

Void Workspace.RecordReplaceByUserNumber(AcwUserNumber userNumber, String name, Boolean visibleOnly, Boolean removeOthers)

HTTP

http://[ip]:4430/titan/script/2/Workspace/RecordReplaceByUserNumber?userNumber={userNumber}&name={string}&visibleOnly={bool}&removeOthers={bool}

Parameters

userNumber ( AcwUserNumber ) : The user number.

name ( String ) : The name.

visibleOnly ( Boolean ) : if set to true, only record the visible windows.

visibleOnly

HTTP Example:
http://localhost:4430/titan/script/2/Workspace/RecordReplaceByUserNumber?userNumber={userNumber}&name={string}&visibleOnly=true&removeOthers=true

removeOthers ( Boolean ) : if set to true remove others windows when this workspace is recalled.

removeOthers

HTTP Example:
http://localhost:4430/titan/script/2/Workspace/RecordReplaceByUserNumber?userNumber={userNumber}&name={string}&visibleOnly=true&removeOthers=true