Function
Void ActionScript.SetProperty(String id, Object value)
API | http://api.avolites.com/10.1/ActionScript.SetProperty.html |
---|---|
description | Sets an action script property to an object. |
Namespaces | ActionScript |
parameter | id ( String ) : The id of the property. |
value ( Object ) : The value to set. | |
return value | (Void) |
<step>ActionScript.SetProperty("Handles.SourceHandle", Playbacks.Editor.SelectedPlayback)</step>