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


IAGAnimationEnvironment.PutPlayIntervalFrames Method (ArcObjects .NET 10.4 SDK)
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