This document is archived and information here might be outdated.  Recommended version.


IAGAnimationTrackKeyframes.ResetTimeStamps Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationTrackKeyframes.ResetTimeStamps Method

Redistributes the time stamps in the interval [0,1].

[Visual Basic .NET]
Public Sub ResetTimeStamps ( _
)
[C#]
public void ResetTimeStamps (
);
[C++]
HRESULT ResetTimeStamps(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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].

See Also

IAGAnimationTrackKeyframes Interface