AVOLITES TITAN API

SetSourceHandleRange

Set the source handles with a range select. Selects everything within the specified range. Also works for a single handle (start==end) Note this is used for copy, move, link and delete

Namespace: Handles

Syntax

MACRO

Void Handles.SetSourceHandleRange(String group, List<Int32> indexList)

HTTP

http://[ip]:4430/titan/script/2/Handles/SetSourceHandleRange?group={string}&indexList={}

Parameters

group ( String ) : The handle group to set the source selection in.

indexList ( List<Int32> ) : A list of indexes within the handle group to select.