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.
namespace Programmer.Editor.Selection
parameter menuProperty ( String ) : The menu property which will be assigned the selected handles.
return value Void
remarks From the example below you can see that the selection will be stored as IEnumerable.
Example in

Patch - Freeze selected fixtures:

<step>Programmer.Editor.Selection.GetSelectedHandles("Windows.PatchView.Handles")</step>
Also used in
Remarks