AVOLITES TITAN API

SetAssignMode

Sets the assign mode from the first selected handle. Here at the start of a single or (crucially) range selection we decide if we will be assigning the step number or removing items from the step. Everything in the range will either be assigned or removed. This is slightly different from the normal selection but works a lot better for this application.

Namespace: Editor.FixtureOrder

Syntax

MACRO

Void Editor.FixtureOrder.SetAssignMode(IEnumerable<Handle> handles)

HTTP

http://[ip]:4430/titan/script/2/Editor/FixtureOrder/SetAssignMode?handles={handleList}

Parameters

handles ( IEnumerable<Handle> ) : The handles.

handles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Editor/FixtureOrder/SetAssignMode?handles_handleList=1895,1896,1900

handles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Editor/FixtureOrder/SetAssignMode?handles_userNumberList=6,8,10