AVOLITES TITAN API

SetSurfaceItemProperty

Sets a property on the specified surface item.

Namespace: TitanSurfaces

Syntax

MACRO

Void TitanSurfaces.SetSurfaceItemProperty(TitanSurfaceItemType surfaceItemType, Handle surfaceItemHandle, String propertyId, Object value)

HTTP

http://[ip]:4430/titan/script/2/TitanSurfaces/SetSurfaceItemProperty?surfaceItemType={}&surfaceItemHandle={handle}&propertyId={string}&value={}

Parameters

surfaceItemType ( TitanSurfaceItemType ) : The surface item type.

surfaceItemHandle ( Handle ) : The surface item handle.

surfaceItemHandle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/TitanSurfaces/SetSurfaceItemProperty?surfaceItemType={}&surfaceItemHandle_userNumber=6&propertyId={string}&value={}

surfaceItemHandle_location

HTTP Example:
http://localhost:4430/titan/script/2/TitanSurfaces/SetSurfaceItemProperty?surfaceItemType={}&surfaceItemHandle_location=playback_2_1&propertyId={string}&value={}

surfaceItemHandle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/TitanSurfaces/SetSurfaceItemProperty?surfaceItemType={}&surfaceItemHandle_titanId=1895&propertyId={string}&value={}

propertyId ( String ) : The property identifier.

value ( Object ) : The new property value.