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.PlayTime Property (ArcObjects .NET 10.5 SDK) |
The current animation time during playing.
[Visual Basic .NET] Public Property PlayTime As Double
[C#] public double PlayTime {get; set;}
[C++]
HRESULT get_PlayTime(
double* pTime
);
[C++]
HRESULT put_PlayTime(
double pTime
);
[C++]
Parameters pTime [out, retval] pTime is a parameter of type double pTime [in] pTime is a parameter of type double