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


IAnimationProgressor.Seek Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAnimationProgressor Interface > IAnimationProgressor.Seek Method
ArcGIS Developer Help

IAnimationProgressor.Seek Method

Moves to the specified frame of the animation. The animation starts at this frame the next time it is played.

[Visual Basic .NET]
Public Sub Seek ( _
    ByVal frameTo As Integer _
)
[C#]
public void Seek (
    int frameTo
);
[C++]
HRESULT Seek(
  long frameTo
);
[C++]
Parameters
frameTo [in]

frameTo is a parameter of type long

Product Availability

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

Description

The Seek method moves to the specified frame in the animation. The first frame in the animation has an index of 0. The next time the Play method is used the animation will start from this frame.

See Also

IAnimationProgressor Interface