Function

Programmer.Editor.Fixtures.OnOffFixtureControls

Void Programmer.Editor.Fixtures.OnOffFixtureControls(Boolean on)
API http://api.avolites.com/11.0/Programmer.Editor.Fixtures.OnOffFixtureControls.html
description Switches ON or OFF all controls in the selected fixtures which are part of the OnOff mask.
namespace Programmer.Editor.Fixtures
parameter on ( Boolean ) : if set to true [on].
return value Void

In order to make this work foxtures ned to be selected and the OnOff mask must be set.

Example in

Off/On Attribute (snippets):

Group.RecallGroup(userNumber:1)
Attribute.Mask.SetMask("OnOff", "IP")
Programmer.Editor.Fixtures.OnOffFixtureControls(false)
Also used in
Remarks