AVOLITES TITAN API

OffsetFixtureControls

Set an offset to fixtures by passing a list of objects and the controlname.

Namespace: Programmer.Editor.Fixtures.Patch

Syntax

MACRO

Void Programmer.Editor.Fixtures.Patch.OffsetFixtureControls(IEnumerable<Handle> handles, String controlName, Single offsetValue)

HTTP

http://[ip]:4430/titan/script/2/Programmer/Editor/Fixtures/Patch/OffsetFixtureControls?handles={handleList}&controlName={string}&offsetValue={float}

Parameters

handles ( IEnumerable<Handle> ) : The handles for fixtures.

handles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/Patch/OffsetFixtureControls?handles_handleList=1895,1896,1900&controlName={string}&offsetValue={float}

handles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Programmer/Editor/Fixtures/Patch/OffsetFixtureControls?handles_userNumberList=6,8,10&controlName={string}&offsetValue={float}

controlName ( String ) : Name of the control.

offsetValue ( Single ) : The offset value.