AVOLITES TITAN API

AssignLinesToProcessingNode

Assigns the given lines to the given DFE processing node.

Namespace: Dmx

Syntax

MACRO

Void Dmx.AssignLinesToProcessingNode(List<Int32> selectedLines, String titanNetNodeId, Boolean assignDefaultOutputs, Boolean steal)

HTTP

http://[ip]:4430/titan/script/2/Dmx/AssignLinesToProcessingNode?selectedLines={}&titanNetNodeId={string}&assignDefaultOutputs={bool}&steal={bool}

Parameters

selectedLines ( List<Int32> ) : The selected lines.

titanNetNodeId ( String ) : The titan net node id.

assignDefaultOutputs ( Boolean ) : if set to true [assign default outputs].

assignDefaultOutputs

HTTP Example:
http://localhost:4430/titan/script/2/Dmx/AssignLinesToProcessingNode?selectedLines={}&titanNetNodeId={string}&assignDefaultOutputs=true&steal=true

steal ( Boolean ) : if set to true steal a DFE node from its owner.

steal

HTTP Example:
http://localhost:4430/titan/script/2/Dmx/AssignLinesToProcessingNode?selectedLines={}&titanNetNodeId={string}&assignDefaultOutputs=true&steal=true

Returns

Success.