AVOLITES TITAN API

FillCueLegend

Gets the legend of a cue and puts it in a property.

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.FillCueLegend(Handle handle, Single cueNumber, String propertyId)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/FillCueLegend?handle={handle}&cueNumber={float}&propertyId={string}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/FillCueLegend?handle_userNumber=6&cueNumber={float}&propertyId={string}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/FillCueLegend?handle_location=playback_2_1&cueNumber={float}&propertyId={string}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/FillCueLegend?handle_titanId=1895&cueNumber={float}&propertyId={string}

cueNumber ( Single ) : The cue number.

propertyId ( String ) : The property id.