AVOLITES TITAN API

ToReferenceList

Converts a list of any type of handle to a handle reference list. This uses the non-generic IEnumerable so that list of any type of handle can be passed in e.g. FixtureHandle or PlaybackHandle.

Namespace: Handles

Syntax

MACRO

HandleReferenceList Handles.ToReferenceList(IEnumerable handleList)

HTTP

http://[ip]:4430/titan/script/2/Handles/ToReferenceList?handleList={}

Parameters

handleList ( IEnumerable ) : The handle list.

Returns

The handle reference list.