This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationEnvironment Interface > IAGAnimationEnvironment.PlayType Property (ArcObjects .NET 10.5 SDK) |
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