User Tools

Site Tools


macros:function:handles.setsourcehandlerangefromhandles

Function

Handles.SetSourceHandleRangeFromHandles

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
Example in

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).

Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/handles.setsourcehandlerangefromhandles.txt · Last modified: 2020/03/28 19:38 by icke_siegen

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki