AVOLITES TITAN API

AppendHandleUserNumber

Appends the user number of the specified handle to the command string.

Namespace: Command

Syntax

MACRO

Boolean Command.AppendHandleUserNumber(Handle handle, String handleName)

HTTP

http://[ip]:4430/titan/script/2/Command/AppendHandleUserNumber?handle={handle}&handleName={string}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Command/AppendHandleUserNumber?handle_userNumber=6&handleName={string}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Command/AppendHandleUserNumber?handle_location=playback_2_1&handleName={string}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Command/AppendHandleUserNumber?handle_titanId=1895&handleName={string}

handleName ( String ) : Name of the handle, this is prepended to the command string.

Returns