Function ====== ActionScript.SetProperty.Integer ====== Void ActionScript.SetProperty.Integer(String id, Int32 value) ^ API | http://api.avolites.com/11.0/ActionScript.SetProperty.Integer.html | ^ description | Sets an action script property to a integer value. | ^ [[macros:namespace|namespace]] | [[macros:namespace:ActionScript.SetProperty]] | ^ parameter | id ( [[macros:type:string]] ) : The id of the property. | ^ ::: | value ( [[macros:type:int32]] ) : The value to set. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:setshapespread:]]: ActionScript.SetProperty.Integer('Editor.Shapes.Spread',1) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~