Titan Property ====== Handles.OperationMode ====== ^ API | http://api.avolites.com/10.1/Handles.OperationMode.html | ^ description | The current copy operation, copy or move | ^ [[:macros:namespace]] | [[:macros:namespace:Handles]] | ^ type | [[:macros:type:enum]] | ^ values | copy, move | == example == [[macros:example:movehandle]] ActionScript.SetProperty.Enum("Handles.OperationMode", "move") This is refered to by the function '' Handles.CopyDestination("Playbacks", 7) ''. == used in == {{backlinks>.}}