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


ISxAnimationEnvironment2.PlayMode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISxAnimationEnvironment2 Interface > ISxAnimationEnvironment2.PlayMode Property
ArcGIS Developer Help

ISxAnimationEnvironment2.PlayMode Property

The play mode (once/loop, forward/reverse).

[Visual Basic .NET]
Public Property PlayMode As esriAnimationPlayMode
[C#]
public esriAnimationPlayMode PlayMode {get; set;}
[C++]
HRESULT get_PlayMode(
  esriAnimationPlayMode* pPlayMode
);
[C++]
HRESULT put_PlayMode(
  esriAnimationPlayMode pPlayMode
);
[C++]
Parameters
pPlayMode [out, retval]

pPlayMode is a parameter of type esriAnimationPlayMode* pPlayMode [in]
pPlayMode is a parameter of type esriAnimationPlayMode

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISxAnimationEnvironment2 Interface