Function ====== ActionScript.SetProperty.Double ====== Void ActionScript.SetProperty.Double(String id, Double value) ^ API | https://api.avolites.com/11.0/ActionScript.SetProperty.Double.html | ^ description | Sets an action script property to a double precision floating point value. | ^ [[macros:namespace|namespace]] | [[macros:namespace:ActionScript.SetProperty]] | ^ parameter | id ( [[macros:type:string]] ) : The id of the property. | ^ ::: | value ( [[macros:type:double]] ) : The value to set. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:reverseoffsetrestart]]: ActionScript.SetProperty.Double('Editor.Shapes.PhaseOffset', 180) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~