Function ====== Playbacks.SetCueLegend ====== Void Playbacks.SetCueLegend(Handle handle, Single cueNumber, String newLegend) ^ API | http://api.avolites.com/11.0/Playbacks.SetCueLegend.html | ^ description | Sets the legend of a cue. //(That is, the legend of a cue in a chase or cuelist.)// | ^ [[macros:namespace|namespace]] | [[macros:namespace:Playbacks]] | ^ parameter | handle ( [[macros:identifier:Handle]] ) : The handle of the playback with the cue. | ^ ::: | cueNumber ( [[macros:type:Single]] ) : The cue number. | ^ ::: | newLegend ( [[macros:type:String]] ) : The new legend. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:setcuelegend]]: Playbacks.SetCueLegend(handle:"chaseHandleUN=10555", 1, Math.ToString(Profiles.GetHandleProfileId(handle:"chaseHandleUN=10555"))) or a simpler example, see http://forum.avolites.com/viewtopic.php?f=20&t=5554 Playbacks.SetCueLegend(handle:"chaseHandleUN=10555", 1, "Test") == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~