Function ====== Playbacks.Editor.CueSelection.SelectAll ====== Void Playbacks.Editor.CueSelection.SelectAll(Handle handle) ^ API | https://api.avolites.com/15.0/api/Playbacks.Editor.CueSelection.SelectAll.html | ^ description | Selects all the cues in the supplied playback. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Playbacks.Editor.CueSelection]] | ^ parameter | handle ( [[macros:identifier:Handle]] ) : the playback handle. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:setplaybackallcuefadeintime]]: ActionScript.SetProperty("Playbacks.Editor.SelectedPlayback", handle:"Location=Playbacks,1,1") Playbacks.Editor.CueSelection.SelectAll(handle:"Location=Playbacks,1,1") ActionScript.SetProperty("Playbacks.Editor.Times.CueFadeInTime", time:3.0) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~