Table of Contents

TTMSFNCTimelineSectionMoveParameters Record

Move delta passed to section move events, providing the previous and new start/end values and the total displacement.

API unit family: TMSFNCTimeline

Syntax

TTMSFNCTimelineSectionMoveParameters = record

Fields and properties

Name Type Description
NewEndValue Double The end value the section is moving to. Change it to constrain or snap the move.
NewStartValue Double The start value the section is moving to. Change it to constrain or snap the move.
PreviousEndValue Double The end value the section occupied before the move.
PreviousStartValue Double The start value the section occupied before the move.