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.GetPlayIntervalFrames Method (ArcObjects .NET 10.5 SDK) |
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