Function ====== PatchFixturesToVacantHandles ====== Void Fixtures.PatchFixturesToVacantHandles(String group, String fixtureManufacturer, String fixtureName, String fixtureMode, Int32 currentFixtureQuantity, Int32 currentDmxSpacing, String patchedHandles) ^ API | https://api.avolites.com/19.0/api/Fixtures.PatchFixturesToVacantHandles.html | ^ description | Patches fixtures to the first available free handles in the specified group. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Fixtures]] | ^ parameter | group ( [[macros:type:String]] ) : The bank type to patch to - Fixtures = touch screen, Presets = console handles. Other handles shouldn't be possible. | ^ ::: | fixtureManufacturer( [[macros:type:string]] ) : The fixture manufacturer. | ^ ::: | fixtureName ( [[macros:type:string]] ) : Name of the fixture. | ^ ::: | fixtureMode ( [[macros:type:string]] ) : The fixture mode. | ^ ::: | currentFixtureQuantity ( [[macros:type:int32]] ) : The current quantity value. | ^ ::: | currentDmxSpacing ( [[macros:type:int32]] ) : The current DMX spacing to add between fixtures (default should be number of channels on fixture). | ^ ::: | patchedHandles ( [[macros:type:string]] ) : A menu system property to store the created fixture handles in. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:createdummypalettes]]: Fixtures.PatchFixturesToVacantHandles("Fixtures", "Expolite", "TourLED 42 CM MKII", "ARC.1, 3 DMX", 1, 3, "") == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~