AVOLITES TITAN API

InvokeStringDelegate

Invokes a supplied delegate and passes on a string 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.InvokeStringDelegate(Action<String> command, String parameterValue)

HTTP

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

Parameters

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

parameterValue ( String ) : The parameter value.