Function
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. |
| Namespaces | ActionScript.SetProperty |
| parameter | id ( String ) : The id of the property. |
| value ( Boolean ) : The value to set. | |
| return value | (Void) |
ActionScript.SetProperty.Boolean("Timecode.Enabled", true)