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.GetPlayInterval Method (ArcObjects .NET 10.5 SDK) |
Gets the begin and end times of play interval.
[Visual Basic .NET] Public Sub GetPlayInterval ( _ ByRef pBeginTime As Double, _ ByRef pEndTime As Double _ )
[C#] public void GetPlayInterval ( ref double pBeginTime, ref double pEndTime );
[C++]
HRESULT GetPlayInterval(
double* pBeginTime,
double* pEndTime
);
[C++]
Parameters pBeginTime [out] pBeginTime is a parameter of type double pEndTime [out] pEndTime is a parameter of type double