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