AVOLITES TITAN API

LinkSurfaceFromServer

Links an unmatched surface in Ai with one in Titan. Can also create a new titan surface for the ai surface to link to.

Namespace: TitanSurfaces

Syntax

MACRO

Void TitanSurfaces.LinkSurfaceFromServer(String serverDeviceId, Int32 titanSurfaceId, AiSurfaceInformation aiSurface)

HTTP

http://[ip]:4430/titan/script/2/TitanSurfaces/LinkSurfaceFromServer?serverDeviceId={string}&titanSurfaceId={titanId}&aiSurface={}

Parameters

serverDeviceId ( String ) : The server device identifier.

titanSurfaceId ( Int32 ) : The titan surface identifier.

aiSurface ( AiSurfaceInformation ) : The Ai surface.