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.AnimationDuration Property (ArcObjects .NET 10.5 SDK) |
The duration of the animation in seconds.
[Visual Basic .NET] Public Property AnimationDuration As Double
[C#] public double AnimationDuration {get; set;}
[C++]
HRESULT get_AnimationDuration(
double* pSeconds
);
[C++]
HRESULT put_AnimationDuration(
double pSeconds
);
[C++]
Parameters pSeconds [out, retval] pSeconds is a parameter of type double pSeconds [in] pSeconds is a parameter of type double