ClipEffect.TimeReference
 
 
 

ClipEffect.TimeReference

Description

Returns either siOriginalClip (the effect will repeat itself over time) or siExtrapolatedClip (the effect spans over extrapolation) (values from the siTimeReferenceType enum).

C# Syntax

// get accessor
siTimeReferenceType rtn = ClipEffect.TimeReference;