Function ====== ActionScript.SetProperty.Boolean ====== Void ActionScript.SetProperty.Boolean(String id, Boolean value) ^ API | http://api.avolites.com/10.1/ActionScript.SetProperty.Boolean.html | ^ description | Sets an action script property to a boolean value. | ^ [[macros:namespace]] | [[macros:namespace:actionscript.setproperty]] | ^ parameter | id ( [[macros:type:string]] ) : The id of the property. | ^ ::: | value ( [[macros:type:boolean]] ) : The value to set. | ^ return value | ([[macros:type:void]]) | == Example in == [[macros:example:timecodeonoff]]: ActionScript.SetProperty.Boolean("Timecode.Enabled", true) /* the next lines can usually remain untouched */ == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~