AVOLITES TITAN API

AssignTypeGroupForFixtures

Assign type groups for all the fixtures referenced, one for each type of fixture. If the type group is already assigned it will not be assigned again.

Namespace: Group

Syntax

MACRO

Void Group.AssignTypeGroupForFixtures(String targetHandleGroup, IEnumerable<HandleReference> handles, Boolean hasMixedFixtureTypes)

HTTP

http://[ip]:4430/titan/script/2/Group/AssignTypeGroupForFixtures?targetHandleGroup={string}&handles={}&hasMixedFixtureTypes={bool}

Parameters

targetHandleGroup ( String ) : The handle group to store the type group in.

handles ( IEnumerable<HandleReference> ) : A list of fixture handles containing the fixtures assign groups for.

hasMixedFixtureTypes ( Boolean ) : set to true is handle list may have more than one fixture type.

hasMixedFixtureTypes

HTTP Example:
http://localhost:4430/titan/script/2/Group/AssignTypeGroupForFixtures?targetHandleGroup={string}&handles={}&hasMixedFixtureTypes=true