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


IAGAnimationEnvironment.PutPlayIntervalFrames Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationEnvironment Interface > IAGAnimationEnvironment.PutPlayIntervalFrames Method
ArcGIS Developer Help

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