Function ====== Playbacks.Editor.Macros.SetTargetHandle ====== 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. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Playbacks.Editor.Macros]] | ^ parameter | targetId ( [[macros:type:string]] ) : The id of the target macro to edit. Needs to match the [[ macros:identifier:macroid]] of an existing macro. | ^ return value | [[macros:type:void]] | Inherently this sets the property [[macros:property:Playbacks.Editor.Macros.Target.Handle|]] to the specified macro. == Example in == [[macros:example:copymacrobyid]]: Playbacks.Editor.Macros.SetTargetHandle("Avolites.Macros.SnapForward") == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~