call CwSetProperty hObject, sProperty, value hObject (handle) Handle of the object whose property we wish to change. sProperty (string) The name of the property to change. value (variant) The new value to which the property is set.
The range of expected values for the property (i.e. the data type) depends on the property itself.
/* Create an object and turn it blue. */ o = CwCreateEffect("rectangle", "solid color") tool = CwGetTool(o) call CwSetProperty tool, "Color", "Blue"
Functions by NAME |
Index |
Functions by PURPOSE |