Function

Programmer.SetBlindMode

Void Programmer.SetBlindMode(Boolean setChangesLive, Single fadeTime)
API http://api.avolites.com/10.1/Programmer.SetBlindMode.html
description Sets the blind mode.
namespace Programmer
parameter setChangesLive ( Boolean ) : if set to true [set changes live].
fadeTime ( Single ) : The fade time.
return value Void

Note that this function inherently checks the property Programmer.BlindActive to determine whether leaving or exiting Blind Mode.

Example in

Blind Mode On/Off:

  <step pause="0.01">ActionScript.SetProperty.Boolean("Programmer.BlindActive", true)</step>	
  <step pause="0.01">Programmer.SetBlindMode(false, 0)</step>
Also used in
Remarks