Function

ActionScript.SetProperty.SetFlag

Void ActionScript.SetProperty.SetFlag(String id, String flags)
API http://api.avolites.com/11.0/ActionScript.SetProperty.SetFlag.html
description Sets the flag property.
namespace ActionScript.SetProperty
parameter id ( String ) : The identifier of the flag property.
flags ( String ) : The flags.
return value Void
Example in

Handles.ThroughModifier:

ActionScript.SetProperty.SetFlag("Handles.ThroughModifier", "Once")
Also used in
Remarks