AVOLITES TITAN API

GetHandleDescription

Gets the description of a handle.

Namespace: Handles

Syntax

MACRO

Void Handles.GetHandleDescription(Handle handle, String propertyId)

HTTP

http://[ip]:4430/titan/script/2/Handles/GetHandleDescription?handle={handle}&propertyId={string}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Handles/GetHandleDescription?handle_userNumber=6&propertyId={string}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Handles/GetHandleDescription?handle_location=playback_2_1&propertyId={string}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Handles/GetHandleDescription?handle_titanId=1895&propertyId={string}

propertyId ( String ) : The id of a property to set.