Function ====== Programmer.Editor.Selection.GetSelectedHandles ====== Void Programmer.Editor.Selection.GetSelectedHandles(String menuProperty) ^ API | http://api.avolites.com/10.1/Programmer.Editor.Selection.GetSelectedHandles.html | ^ description | Gets the selected handles and assigns them to the specified menu property. This is the pattern filtered selection of handles. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Programmer.Editor.Selection]] | ^ parameter | menuProperty ( [[macros:type:string]] ) : The menu property which will be assigned the selected handles. | ^ return value | [[macros:type:void]] | ^ remarks | From the example below you can see that the selection will be stored as [[macros:type:ienumerable]]. | == Example in == [[macros:example:freezeselectedfixtures]]: Programmer.Editor.Selection.GetSelectedHandles("Windows.PatchView.Handles") == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~