Titan Property ====== Handles.ContextHandles ====== ^ API | https://api.avolites.com/15.0/api/Handles.ContextHandles.html | ^ description | the context handles for move / copy / link etc | ^ [[:macros:namespace]] | [[:macros:namespace:Handles]] | ^ type | [[:macros:type:ienumerable]] | == example == Handles.SetSourceHandleRange("Playbacks", {0, 1}) PlaybackGroups.CreatePlaybackGroupWithPlaybacks("Test", Playbacks.FilterByPlaybackHandle(Handles.ContextHandles)) In the first step some playbacks are selected as source handles (context handles) using [[macros:function:Handles.SetSourceHandleRange]]. In the second step these are added to a playback group. == used in == {{backlinks>.}}