This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTrackKeyframes Interface > IAGAnimationTrackKeyframes.ResetTimeStamps Method (ArcObjects .NET 10.5 SDK) |
Redistributes the time stamps in the interval [0,1].
[Visual Basic .NET]
Public Sub ResetTimeStamps ( _
)
[C#] public void ResetTimeStamps ( );
[C++]
HRESULT ResetTimeStamps(
void
);
This method redistributes keyframe time stamps in the interval [0, 1]. For example, if the EvenTimeStamps is set to be true, this method will redistribute the time stamps evenly in the interval [0, 1].