ArcObjects Library Reference (Animation)  

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(
  VARIANT_BOOL pbApplyToAllViewers
);
[C++]

Parameters

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

Product Availability

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

See Also

IAGAnimationTrack Interface