AVOLITES TITAN API

ClearFixtures

Clears the programmer for the fixtures passed in.

Namespace: Programmer.Editor

Syntax

MACRO

Void Programmer.Editor.ClearFixtures(IEnumerable<Handle> handles, Single fadeTime)

HTTP

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

Parameters

handles ( IEnumerable<Handle> ) : A list of fixture handles to clear from the programmer.

handles_handleList

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

handles_userNumberList

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

fadeTime ( Single ) : The fade time.