AVOLITES TITAN API

FreezeFixtures

Freeze or unfreeze fixtures by passing a list of objects.

Namespace: Programmer.Editor.Fixtures.Patch

Syntax

MACRO

Void Programmer.Editor.Fixtures.Patch.FreezeFixtures(IEnumerable<Handle> handles, Boolean frozen)

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/Fixtures/Patch/FreezeFixtures?handles={handleList}&frozen={bool}

Parameters

handles ( IEnumerable<Handle> ) : The handles for fixtures.

handles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/Patch/FreezeFixtures?handles_handleList=1895,1896,1900&frozen=true

handles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/Patch/FreezeFixtures?handles_userNumberList=6,8,10&frozen=true

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

frozen

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/Patch/FreezeFixtures?handles_userNumberList=6,8,10&frozen=true