Titan Property
API | http://api.avolites.com/10.1/Programmer.BlindActive.html |
---|---|
description | Gets or sets a value indicating whether blind mode is active. |
Namespaces | Programmer |
type | Boolean |
This property is used by the function Programmer.SetBlindMode to determine whether to enter or leave blind mode.
<step pause="0.01">ActionScript.SetProperty.Boolean("Programmer.BlindActive", true)</step> <step pause="0.01">Programmer.SetBlindMode(false, 0)</step>
In this example, Programmer.BlindActive
is set before calling Programmer.SetBlindMode()
.