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


IAnimationProgressor.Animation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IAnimationProgressor.Animation Property

The animation displayed by the progressor as one of the esriAnimation constants. (Not implemented).

[Visual Basic .NET]
Public Property Animation As esriAnimations
[C#]
public esriAnimations Animation {get; set;}
[C++]
HRESULT get_Animation(
  esriAnimations* Animation
);
[C++]
HRESULT put_Animation(
  esriAnimations Animation
);
[C++]

Parameters Animation [out, retval]
Animation is a parameter of type esriAnimations Animation [in]
Animation is a parameter of type esriAnimations

Product Availability

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

Description

This property is not implemented; do not try to use it.

See Also

IAnimationProgressor Interface