AVOLITES TITAN API

OverwriteKeyFrame

Overwrites a currently existing key frame within a key frame shape.

Namespace: Editor.KeyFrames

Syntax

MACRO

Void Editor.KeyFrames.OverwriteKeyFrame(ITitanItemHandle shapeHandle, Int32 stepNumber, RecordCueMode recordMode, Boolean replace)

HTTP

http://[ip]:4430/titan/script/2/Editor/KeyFrames/OverwriteKeyFrame?shapeHandle={}&stepNumber={titanId}&recordMode={}&replace={bool}

Parameters

shapeHandle ( ITitanItemHandle ) : The key frame shape's handle.

stepNumber ( Int32 ) : The key frame step number.

recordMode ( RecordCueMode ) : The record mode.

replace ( Boolean ) : Set to true replace the existing frame; otherwise merge.

replace

HTTP Example:
http://localhost:4430/titan/script/2/Editor/KeyFrames/OverwriteKeyFrame?shapeHandle={}&stepNumber={titanId}&recordMode={}&replace=true