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 > IAGAnimationContainer Interface > IAGAnimationContainer.PutIsAnimating Method (ArcObjects .NET 10.5 SDK) |
Indicates if the animation is active, and if full quality rendering is used (for video).
[Visual Basic .NET] Public Sub PutIsAnimating ( _ ByVal bAnimating As Boolean, _ ByVal bFullQuality As Boolean _ )
[C#] public void PutIsAnimating ( bool bAnimating, bool bFullQuality );
[C++]
HRESULT PutIsAnimating(
VARIANT_BOOL bAnimating,
VARIANT_BOOL bFullQuality
);
[C++]
Parameters bAnimating [in] bAnimating is a parameter of type VARIANT_BOOL bFullQuality [in] bFullQuality is a parameter of type VARIANT_BOOL