AVOLITES TITAN API

ApplyOffsetToTriggerTimes

Applies the given time offset to selected triggers.

Namespace: Editor.Timelines

Syntax

MACRO

Void Editor.Timelines.ApplyOffsetToTriggerTimes(Int32 timelineId, TimeSpan offset, Boolean keepInView)

HTTP

http://[ip]:4430/titan/script/2/Editor/Timelines/ApplyOffsetToTriggerTimes?timelineId={titanId}&offset={}&keepInView={bool}

Parameters

timelineId ( Int32 ) : The timeline id.

offset ( TimeSpan ) : The time offset.

keepInView ( Boolean ) : True to keep the selection in view, else false.

keepInView

HTTP Example:
http://localhost:4430/titan/script/2/Editor/Timelines/ApplyOffsetToTriggerTimes?timelineId={titanId}&offset={}&keepInView=true