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


IAnimationTrack.ResetTimeStamps Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTrack Interface > IAnimationTrack.ResetTimeStamps Method
ArcGIS Developer Help

IAnimationTrack.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. Requires 3D Analyst Extension.

See Also

IAnimationTrack Interface