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


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

IAGAnimationTrack.ApplyToAllViewers Property

Indicates whether to apply a camera track to all viewers.

[Visual Basic .NET]
Public Property ApplyToAllViewers As Boolean
[C#]
public bool ApplyToAllViewers {get; set;}
[C++]
HRESULT get_ApplyToAllViewers(
  VARIANT_BOOL pbApplyToAllViewers
);
[C++]
HRESULT put_ApplyToAllViewers(
  Boolean* pbApplyToAllViewers
);
[C++]
Parameters
pbApplyToAllViewers [in]

pbApplyToAllViewers is a parameter of type bool pbApplyToAllViewers [out, retval]
pbApplyToAllViewers is a parameter of type bool*

Product Availability

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

See Also

IAGAnimationTrack Interface