ArcObjects Library Reference (Animation)  

IAGAnimationEnvironment.PutPlayIntervalFrames Method

Sets the begin and end frame number when playing by frames.

[Visual Basic .NET]
Public Sub PutPlayIntervalFrames ( _
    ByVal beginFrame As Integer, _
    ByVal EndFrame As Integer _
)
[C#]
public void PutPlayIntervalFrames (
    int beginFrame,
    int EndFrame
);
[C++]
HRESULT PutPlayIntervalFrames(
  long beginFrame,
  long EndFrame
);
[C++]

Parameters

beginFrame [in]   beginFrame is a parameter of type long EndFrame [in]   EndFrame is a parameter of type long

Product Availability

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

See Also

IAGAnimationEnvironment Interface