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


IAGAnimationEnvironment.PlayInAllViewers 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.PlayInAllViewers Property
ArcGIS Developer Help

IAGAnimationEnvironment.PlayInAllViewers Property

Indicates if the option to play camera animations in for all viewers.

[Visual Basic .NET]
Public Property PlayInAllViewers As Boolean
[C#]
public bool PlayInAllViewers {get; set;}
[C++]
HRESULT get_PlayInAllViewers(
  Boolean* pbPlayInAll
);
[C++]
HRESULT put_PlayInAllViewers(
  VARIANT_BOOL pbPlayInAll
);
[C++]
Parameters
pbPlayInAll [out, retval]

pbPlayInAll is a parameter of type bool* pbPlayInAll [in]
pbPlayInAll is a parameter of type bool

Product Availability

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

See Also

IAGAnimationEnvironment Interface