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


IAGAnimationEnvironment.GetPlayIntervalFrames 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.GetPlayIntervalFrames Method
ArcGIS Developer Help

IAGAnimationEnvironment.GetPlayIntervalFrames Method

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

[Visual Basic .NET]
Public Sub GetPlayIntervalFrames ( _
    ByRef pBeginFrame As Integer, _
    ByRef pEndFrame As Integer _
)
[C#]
public void GetPlayIntervalFrames (
    ref int pBeginFrame,
    ref int pEndFrame
);
[C++]
HRESULT GetPlayIntervalFrames(
  System.Int32* pBeginFrame,
  System.Int32* pEndFrame
);
[C++]
Parameters
pBeginFrame [out]

pBeginFrame is a parameter of type long* pEndFrame [out]
pEndFrame is a parameter of type long*

Product Availability

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

See Also

IAGAnimationEnvironment Interface