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


IAnimationProgressor.Animation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAnimationProgressor Interface > IAnimationProgressor.Animation Property
ArcGIS Developer Help

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 [in]

Animation is a parameter of type esriAnimations Animation [out, retval]
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