Function

Playbacks.StoreCue

Void Playbacks.StoreCue(String group, Int32 index, Boolean updateOnly)
API http://api.avolites.com/11.0/Playbacks.StoreCue.html
description Records a single cue on a playback. The new cue is created using the information in the programmer and the current record mode.
namespace Playbacks
parameter group ( String ) : The handle group the new cue is to be recorded on. See Location
index ( Int32 ) : The handle ID in the group the cue is to be recorded on.
updateOnly ( Boolean ) : if set to true [update only].
return value Void
Example in

Playback - Record and set userNumber:

<step>Playbacks.StoreCue("PlaybackWindow", 1000, false)</step>
Also used in
Remarks