AVOLITES TITAN API

FreezeFixtureControl

Freeze or unfreeze fixtures control by passing a list of fixture and control objects.

Namespace: Programmer.Editor.Fixtures

Syntax

MACRO

Void Programmer.Editor.Fixtures.FreezeFixtureControl(List<Int32> fixtures, Int32 control, Boolean value)

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/Fixtures/FreezeFixtureControl?fixtures={}&control={titanId}&value={bool}

Parameters

fixtures ( List<Int32> ) : The ids of fixtures.

control ( Int32 ) : The id of control

value ( Boolean ) : true to freeze fixtures control, false to unfreeze them.

value

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/FreezeFixtureControl?fixtures={}&control={titanId}&value=true