Function
Void Group.QuickCreateGroup(Handle handle, AcwUserNumber userNumber, String legend, Int32 iconId)
API | https://api.avolites.com/15.0/api/Group.QuickCreateGroup.html |
---|---|
description | Quick Create Group function. Takes a legend or guesses one and records the current fixture selection as a new group on the supplied handle. |
namespace | Group |
parameter | handle ( Handle ) : The handle to record to. Note that at time of use this handle doesn't exist. You need to use a handle reference, see Handles.CreateHandleReference |
userNumber ( AcwUserNumber, see also userNumber ) : The suggested user number. | |
legend ( String ) : The legend. If null or empty the name of the context fixture will be used. | |
iconId ( Int32 ) : The id of an icon to apply to this group. | |
return value | Void |
<step>Group.QuickCreateGroup(Handles.CreateHandleReference("Groups", 1, 10), userNumber:10, "Group 10", 0)</step>