Function ====== Group.QuickCreateGroup ====== 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. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Group]] | ^ parameter | handle ( [[macros:identifier: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 [[macros:function:handles.createhandlereference|]] | ^ ::: | userNumber ( [[macros:type:object:acwusernumber]], see also [[macros:identifier:usernumber]] ) : The suggested user number. | ^ ::: | legend ( [[macros:type:string]] ) : The legend. If null or empty the name of the context fixture will be used. | ^ ::: | iconId ( [[macros:type:Int32]] ) : The id of an icon to apply to this group. | ^ return value | [[macros:type:void]] | == Example in == [[macros:example:quickcreategroups]]: Group.QuickCreateGroup(Handles.CreateHandleReference("Groups", 1, 10), userNumber:10, "Group 10", 0) == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~