AVOLITES TITAN API

QuickCreatePalette

Creates a palette on the specified handle with prompting the user.

Namespace: Palette

Syntax

MACRO

Void Palette.QuickCreatePalette(Handle handle, String attributeMask, AcwUserNumber userNumber, String legend, Int32 iconId)

HTTP

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

Parameters

handle ( Handle ) : The handle to assign the created palette to.

handle_userNumber

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

handle_location

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

handle_titanId

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

attributeMask ( String ) : The attribute mask.

userNumber ( AcwUserNumber ) : The user number.

legend ( String ) : The legend.

iconId ( Int32 ) : The icon ID.