AVOLITES TITAN API

GetHandles

Get the Handle objects currently occupying the slots. Empty slots will be ignored.

Namespace: Handles

Syntax

MACRO

IEnumerable`1 Handles.GetHandles(IEnumerable<HandleReference> handleReferences)

HTTP

http://[ip]:4430/titan/script/2/Handles/GetHandles?handleReferences={}

Parameters

handleReferences ( IEnumerable<HandleReference> ) : The handle references.

Returns

Enumerable of all the handles.