Function
Void Handles.SetSourceHandleRangeFromHandles(IEnumerable`1 handles, Boolean retainPattern)
| API | https://api.avolites.com/11.0/Handles.SetSourceHandleRangeFromHandles.html |
|---|---|
| description | ASSUMPTION Sets the SourceHandleRange which is then used for some bulk opration |
| namespace | Handles |
| parameter | handles ( IEnumerable ) : ASSUMPTION collection of the handles which is to be set into the SourceHandleRange |
| retainPattern ( Boolean ) : ASSUMPTION whether to retain the selection pattern | |
| return value | Void |
Patch - Park selected fixtures:
<step pause="0.01">Handles.SetSourceHandleRangeFromHandles(Windows.PatchView.Handles, true)</step>
Here, the fixtures previously selected into the property Windows.PatchView.Handles are being set as SourceHandleRange for further actions (here: being parked, see exampls).