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