Function
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. |
namespace | Programmer.Editor.Fixtures.Patch |
parameter | handles ( IEnumerable ) : The menu property which holds the selected handles. |
controlName ( String ) : Name of the control to be inverted/uninverted. | |
invert ( Boolean ) : Sets whether to invert or uninvert the control. | |
return value | Void |
Patch - Invert Pan for selected fixtures:
<step>Programmer.Editor.Fixtures.Patch.InvertFixtureControls(Windows.PatchView.Handles, "Pan", True)</step>