ArcObjects Library Reference (Animation)  

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(
  VARIANT_BOOL* pbPlayInAll
);
[C++]
HRESULT put_PlayInAllViewers(
  VARIANT_BOOL pbPlayInAll
);
[C++]

Parameters

pbPlayInAll [out, retval]   pbPlayInAll is a parameter of type VARIANT_BOOL pbPlayInAll [in]   pbPlayInAll is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAGAnimationEnvironment Interface