AVOLITES TITAN API

SetFixtureOrder

Sets the fixture order values for a fixture in a group.

Namespace: Group

Syntax

MACRO

Void Group.SetFixtureOrder(Int32 groupId, Int32 fixtureId, Single x, Single y, Single angle)

HTTP

http://[ip]:4430/titan/script/2/Group/SetFixtureOrder?groupId={titanId}&fixtureId={titanId}&x={float}&y={float}&angle={float}

Parameters

groupId ( Int32 ) : The group id.

fixtureId ( Int32 ) : The fixture id.

x ( Single ) : The x.

y ( Single ) : The y.

angle ( Single ) : The angle.