Function

Programmer.Editor.ClearAll

Void Programmer.Editor.ClearAll()
API http://api.avolites.com/11.0/Programmer.Editor.ClearAll.html
description Clears the programmer of all fixtures and attributes
namespace Programmer.Editor
parameter none
from Titan v15 this function requires two parameters:
Boolean presets
Boolean allProgrammers
A valid function call would now be Programmer.Editor.ClearAll(false, false)
return value Void
Example in

Create a mixed colour palette (Snippet):

<step>Programmer.Editor.ClearAll()</step>
Also used in
Remarks