AVOLITES TITAN API

InvokeIntegerDelegate

Invokes a supplied delegate and passes on an integer parameter. This method is used by the TextEdit.Base menus to fire property setting methods when the text input control is in use.

Namespace: Math

Syntax

MACRO

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

HTTP

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

Parameters

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

parameterValue ( Int32 ) : The parameter value.