AVOLITES TITAN API

ClearFixturesInGroup

Clears all the fixtures in the specified groups from the programmer.

Namespace: Palettes.Editor

Syntax

MACRO

Void Palettes.Editor.ClearFixturesInGroup(IEnumerable<Handle> handles, Single fadeTime)

HTTP

http://[ip]:4430/titan/script/2/Palettes/Editor/ClearFixturesInGroup?handles={handleList}&fadeTime={float}

Parameters

handles ( IEnumerable<Handle> ) : A list of group handles containing the fixtures to clear.

handles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Palettes/Editor/ClearFixturesInGroup?handles_handleList=1895,1896,1900&fadeTime={float}

handles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Palettes/Editor/ClearFixturesInGroup?handles_userNumberList=6,8,10&fadeTime={float}

fadeTime ( Single ) : The fade time to use when clearing the fixtures.