Function

Playbacks.MergePlaybackCue

Void Playbacks.MergePlaybackCue(Handle handle, Boolean updateOnly)
API http://api.avolites.com/11.0/Playbacks.MergePlaybackCue.html
description Merges the programmer into an existing cue.
namespace Playbacks
parameter handle ( Handle ) : The handle containing the playback to merge with.
updateOnly( Boolean ) : if set to true [update only].
return value Void
Example in

Set Playback's Shape Spread:

<step>Playbacks.MergePlaybackCue("Location=PlaybackWindow,1,1", true)</step>
Also used in
Remarks