ArcObjects Library Reference (System)  

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