This document is archived and information here might be outdated.  Recommended version.


IAGAnimationContainer.PutIsAnimating Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationContainer Interface > IAGAnimationContainer.PutIsAnimating Method
ArcGIS Developer Help

IAGAnimationContainer.PutIsAnimating Method

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 bool bFullQuality [in]
bFullQuality is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGAnimationContainer Interface