AVOLITES TITAN API

Move

Menu function to move a list of handles to a new location.

Namespace: Handles

Syntax

MACRO

Void Handles.Move(Dictionary<Handle,Int32> sourceHandles, String group, Int32 index)

HTTP

http://[ip]:4430/titan/script/2/Handles/Move?sourceHandles={}&group={string}&index={titanId}

Parameters

sourceHandles ( Dictionary<Handle,Int32> ) : A dictionary containing the handles to move and the offset to give them.

group ( String ) : The new group to move the handles to.

index ( Int32 ) : The starting index within the new group.