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. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Programmer.Editor.Fixtures]] | ^ parameter | on ( [[macros:type:boolean]] ) : if set to true [on]. | ^ return value | [[macros:type:void]] | In order to make this work foxtures ned to be selected and the OnOff mask must be set. == Example in == [[macros:example:offonattribute:]]: Group.RecallGroup(userNumber:1) Attribute.Mask.SetMask("OnOff", "IP") Programmer.Editor.Fixtures.OnOffFixtureControls(false) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~