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


IAGAnimationEnvironment.PlayType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationEnvironment.PlayType Property

The play type, play based on duration or number of frames).

[Visual Basic .NET]
Public Property PlayType As esriAnimationPlayType
[C#]
public esriAnimationPlayType PlayType {get; set;}
[C++]
HRESULT get_PlayType(
  esriAnimationPlayType* pPlayType
);
[C++]
HRESULT put_PlayType(
  esriAnimationPlayType pPlayType
);
[C++]

Parameters pPlayType [out, retval]
pPlayType is a parameter of type esriAnimationPlayType pPlayType [in]
pPlayType is a parameter of type esriAnimationPlayType

Product Availability

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

See Also

IAGAnimationEnvironment Interface