User Tools

Site Tools


macros:function:playbacks.fillcuelegend

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
You could leave a comment if you were logged in.
macros/function/playbacks.fillcuelegend.txt · Last modified: 2018/09/08 16:31 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki