Function
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. |
namespace | ActionScript.SetProperty |
parameter | id ( String ) : The id of the property. |
value ( Int32 ) : The value to set. | |
return value | Void |
<step>ActionScript.SetProperty.Integer('Editor.Shapes.Spread',1)</step>