Function ====== Programmer.Editor.Fixtures.Patch.FreezeFixtures ====== Void Programmer.Editor.Fixtures.Patch.FreezeFixtures(IEnumerable`1 handles, Boolean frozen) ^ API | http://api.avolites.com/10.1/Programmer.Editor.Fixtures.Patch.FreezeFixtures.html | ^ description | Freezes/unfreezes the fixtures which are given by their handle collection. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Programmer.Editor.Fixtures.Patch]] | ^ parameter | handles ( [[macros:type:ienumerable]] ) : collection of fixture handles to freeze/unfreeze | ^ ::: | frozen ( [[macros:type:boolean]] ) : if TRUE freeze fixtures, else unfreeze | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:freezeselectedfixtures]]: Programmer.Editor.Fixtures.Patch.FreezeFixtures(Windows.PatchView.Handles, True) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~