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


IAGAnimationContainer.PutIsAnimating Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Animation)  

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

Product Availability

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

See Also

IAGAnimationContainer Interface