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


IAGAnimationEnvironment.GetPlayIntervalFrames Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

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(
  long* pBeginFrame,
  long* 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