Function

ActionScript.SetProperty.Enum

Void ActionScript.SetProperty.Enum(String id, String value)
API http://api.avolites.com/10.1/ActionScript.SetProperty.Enum.html
description Sets an action script enum property to the enum value parsed from the string.
Namespaces ActionScript.SetProperty
parameter id ( String ) : The id of the property.
value ( String ) : A string representation of the enum value.
return value (Void)
Example in

Playback - Set fade mode:

<step pause="0">ActionScript.SetProperty.Enum("Playbacks.Editor.Times.CueMode", "Mode1")</step>
Also used in
Remarks