AVOLITES TITAN API

InvokeWheelIntegerDelegate

Invokes a supplied command and passses on an integer parameter and an integer wheel parameter. This method is used by the WheelAndTextControl menus to fire property setting methods when the wheel/text input control is in use.

Namespace: Math

Syntax

MACRO

Void Math.InvokeWheelIntegerDelegate(Action<Int32,Int32> command, Int32 parameterValue, Int32 wheelIndex)

HTTP

http://[ip]:4430/titan/script/2/Math/InvokeWheelIntegerDelegate?command={}&parameterValue={titanId}&wheelIndex={titanId}

Parameters

command ( Action<Int32,Int32> ) : The command to invoke.

parameterValue ( Int32 ) : The parameter value.

wheelIndex ( Int32 ) : Index of the wheel causing the action.