AVOLITES TITAN API

FillOptions

Starts editing the given playback and initialises all the playback options to the values for the playback.

Namespace: Playbacks.OptionsEditor.MultipleSelection

Syntax

MACRO

Void Playbacks.OptionsEditor.MultipleSelection.FillOptions(IEnumerable<Handle> handles, Boolean build)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/OptionsEditor/MultipleSelection/FillOptions?handles={handleList}&build={bool}

Parameters

handles ( IEnumerable<Handle> ) : The handle of the playback you wish to edit.

handles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/OptionsEditor/MultipleSelection/FillOptions?handles_handleList=1895,1896,1900&build=true

handles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/OptionsEditor/MultipleSelection/FillOptions?handles_userNumberList=6,8,10&build=true

build ( Boolean ) : if set to true fire the RefreshMenu event.

build

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/OptionsEditor/MultipleSelection/FillOptions?handles_userNumberList=6,8,10&build=true