This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAnimationProgressor Interface > IAnimationProgressor.Animation Property (ArcObjects .NET 10.4 SDK) |
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
This property is not implemented; do not try to use it.