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. | ^ [[macros:namespace]] | [[macros:namespace:actionscript.setproperty]] | ^ parameter | id ( [[macros:type:string]] ) : The id of the property. | ^ ::: | value ( [[macros:type:string]] ) : A string representation of the enum value. | ^ return value | ([[macros:type:void]]) | == Example in == [[macros:example:setplaybackfademode]]: ActionScript.SetProperty.Enum("Playbacks.Editor.Times.CueMode", "Mode1") == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~