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


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

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