Function
Void Playbacks.Editor.Macros.SetTargetHandle(String targetId)
API | http://api.avolites.com/11.0/Playbacks.Editor.Macros.SetTargetHandle.html |
---|---|
description | Sets the macro handle to start editting. |
namespace | Playbacks.Editor.Macros |
parameter | targetId ( String ) : The id of the target macro to edit. Needs to match the macroid of an existing macro. |
return value | Void |
Inherently this sets the property Playbacks.Editor.Macros.Target.Handle to the specified macro.
Macro - Copy Macro by MacroId:
<step>Playbacks.Editor.Macros.SetTargetHandle("Avolites.Macros.SnapForward")</step>