AVOLITES TITAN API

OnOffAttributeSelected

Called when an attribute is selected to be turned on/off in the menu.

Namespace: Programmer.Editor.Fixtures

Syntax

MACRO

Void Programmer.Editor.Fixtures.OnOffAttributeSelected(MenuItem item, Boolean on)

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/Fixtures/OnOffAttributeSelected?item={}&on={bool}

Parameters

item ( MenuItem ) : The selected item.

on ( Boolean ) : True to turn the attribute on, false to turn it off.

on

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/OnOffAttributeSelected?item={}&on=true