Function ====== Playbacks.FillCueLegend ====== Void Playbacks.FillCueLegend(Handle handle, Single cueNumber, String propertyId) ^ API | http://api.avolites.com/11.0/Playbacks.FillCueLegend.html | ^ description | Gets the legend of a cue and puts it in a property. | ^ [[macros:namespace|namespace]] | [[macros:namespace:playbacks]] | ^ parameter | handle ( [[macros:identifier:handle]] ) : The handle of the cuelist or chase. | ^ ::: | cueNumber ( [[macros:type:single]] ) : The cue number. | ^ ::: | propertyId ( [[macros:type:string]] ) : The id of the property the legend shall be assigned to. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:getcuelistcuelegend]]: Playbacks.FillCueLegend( Handles.GetHandle("PlaybackWindow",0,76), Math.Cast.ToSingle(CueLists.LiveCueNumber), "Handles.PendingLegend" ) This gets the legend of the current cue of the cuelist in page 1 slot 77 of the Playbacks window and puts it in the property 'Handles.PendingLegend' for future use. == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~