AVOLITES TITAN API

MoveTrackProperties

Moves the macros.

Namespace: SetList

Syntax

MACRO

Void SetList.MoveTrackProperties(TrackHandle sourceTrackHandle, Handle destinationHandle, Boolean copyLegend)

HTTP

http://[ip]:4430/titan/script/2/SetList/MoveTrackProperties?sourceTrackHandle={}&destinationHandle={handle}&copyLegend={bool}

Parameters

sourceTrackHandle ( TrackHandle ) : The source track handle.

destinationHandle ( Handle ) : The destination handle.

destinationHandle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/SetList/MoveTrackProperties?sourceTrackHandle={}&destinationHandle_userNumber=6&copyLegend=true

destinationHandle_location

HTTP Example:
http://localhost:4430/titan/script/2/SetList/MoveTrackProperties?sourceTrackHandle={}&destinationHandle_location=playback_2_1&copyLegend=true

destinationHandle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/SetList/MoveTrackProperties?sourceTrackHandle={}&destinationHandle_titanId=1895&copyLegend=true

copyLegend ( Boolean ) : if set to true [copy legend].

copyLegend

HTTP Example:
http://localhost:4430/titan/script/2/SetList/MoveTrackProperties?sourceTrackHandle={}&destinationHandle_titanId=1895&copyLegend=true