This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationEnvironment Interface > IAGAnimationEnvironment.PutPlayIntervalFrames Method (ArcObjects .NET 10.5 SDK) |
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