AVOLITES TITAN API

QuickCreateGroup

Quick Create Group function. Takes a legend or guesses one and records the current fixture selection as a new group on the supplied handle.

Namespace: Group

Syntax

MACRO

Void Group.QuickCreateGroup(Handle handle, AcwUserNumber userNumber, String legend, Int32 iconId)

HTTP

http://[ip]:4430/titan/script/2/Group/QuickCreateGroup?handle={handle}&userNumber={userNumber}&legend={string}&iconId={titanId}

Parameters

handle ( Handle ) : The handle to record to (HandleReference).

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Group/QuickCreateGroup?handle_userNumber=6&userNumber={userNumber}&legend={string}&iconId={titanId}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Group/QuickCreateGroup?handle_location=playback_2_1&userNumber={userNumber}&legend={string}&iconId={titanId}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Group/QuickCreateGroup?handle_titanId=1895&userNumber={userNumber}&legend={string}&iconId={titanId}

userNumber ( AcwUserNumber ) : The suggested user number.

legend ( String ) : The legend. If null or empty the name of the context fixture will be used.

iconId ( Int32 ) : The id of an icon to apply to this group.