Function ====== Programmer.Editor.Fixtures.Patch.InvertFixtureControls ====== Void Programmer.Editor.Fixtures.Patch.InvertFixtureControls(IEnumerable`1 handles, String controlName, Boolean invert) ^ API | http://api.avolites.com/11.0/Programmer.Editor.Fixtures.Patch.InvertFixtureControls.html | ^ description | Inverts fixture control on selected fixtures. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Programmer.Editor.Fixtures.Patch]] | ^ parameter | handles ( [[macros:type:IEnumerable]] ) : The menu property which holds the selected handles. | ^ ::: | [[macros:identifier:controlName|controlName]] ( [[macros:type:string]] ) : Name of the control to be inverted/uninverted. | ^ ::: | invert ( [[macros:type:Boolean]] ) : Sets whether to invert or uninvert the control. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:invertpanselectedfixtures]]: Programmer.Editor.Fixtures.Patch.InvertFixtureControls(Windows.PatchView.Handles, "Pan", True) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~