AVOLITES TITAN API

GetSnapPoint

Gets the early or late snap point for the wheel index.

Namespace: Editor.Timelines

Syntax

MACRO

ObservableTimecodeTime Editor.Timelines.GetSnapPoint(Int32 index, Boolean earlyPoint)

HTTP

http://[ip]:4430/titan/script/2/Editor/Timelines/GetSnapPoint?index={titanId}&earlyPoint={bool}

Parameters

index ( Int32 ) : The index.

earlyPoint ( Boolean ) : True if this is for an early point, else false.

earlyPoint

HTTP Example:
http://localhost:4430/titan/script/2/Editor/Timelines/GetSnapPoint?index={titanId}&earlyPoint=true

Returns