AVOLITES TITAN API

CreateAutoGroup

Creates a group out of the specified fixture handles.

Namespace: Group

Syntax

MACRO

Void Group.CreateAutoGroup(String targetGroup, HandleReferenceList handles, String name)

HTTP

http://[ip]:4430/titan/script/2/Group/CreateAutoGroup?targetGroup={string}&handles={}&name={string}

Parameters

targetGroup ( String ) : The handle group to put the newly created group in.

handles ( HandleReferenceList ) : A list of fixture handles to create the group from.

name ( String ) : The name to give the group.