AVOLITES TITAN API

SelectFixturesFromHandles

Allows you to select a range fixture in the editor, when you select a fixture you can modify values for the selected fixtures.

Namespace: Selection.Context.Programmer

Syntax

MACRO

Void Selection.Context.Programmer.SelectFixturesFromHandles(IEnumerable<Handle> handleList)

HTTP

http://[ip]:4430/titan/script/2/Selection/Context/Programmer/SelectFixturesFromHandles?handleList={handleList}

Parameters

handleList ( IEnumerable<Handle> ) : The handle list

handleList_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Selection/Context/Programmer/SelectFixturesFromHandles?handleList_handleList=1895,1896,1900

handleList_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Selection/Context/Programmer/SelectFixturesFromHandles?handleList_userNumberList=6,8,10