Function

Handles.CopyDestination

Void Handles.CopyDestination(String group, Int32 index)
API http://api.avolites.com/10.1/Handles.CopyDestination.html
description Second stage of a copy or move operation. Set destination start point.
namespace Handles
parameter group ( String ) : destination handle group. See Location for the available groups.
index ( Int32 ) : index of the new handle within this group.
return value Void
Example in

Move (Copy) Handle:

  <step pause="0.01">Handles.CopyDestination("Playbacks", 7)</step>
Also used in
Remarks