Function

Playbacks.FillCueLegend

Void Playbacks.FillCueLegend(Handle handle, Single cueNumber, String propertyId)
API http://api.avolites.com/11.0/Playbacks.FillCueLegend.html
description Gets the legend of a cue and puts it in a property.
namespace Playbacks
parameter handle ( Handle ) : The handle of the cuelist or chase.
cueNumber ( Single ) : The cue number.
propertyId ( String ) : The id of the property the legend shall be assigned to.
return value Void
Example in

Legend - Get a cuelist cue's legend:

<step>Playbacks.FillCueLegend(
        Handles.GetHandle("PlaybackWindow",0,76), 
        Math.Cast.ToSingle(CueLists.LiveCueNumber), 
        "Handles.PendingLegend"
     )</step>

This gets the legend of the current cue of the cuelist in page 1 slot 77 of the Playbacks window and puts it in the property 'Handles.PendingLegend' for future use.

Also used in
Remarks