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


IAGAnimationTracks.ApplyTracks Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Animation)  

IAGAnimationTracks.ApplyTracks Method

Uses the enabled animation tracks for the given time.

[Visual Basic .NET]
Public Sub ApplyTracks ( _
    ByVal bApplyToAllViewers As Boolean, _
    ByVal time As Double _
)
[C#]
public void ApplyTracks (
    bool bApplyToAllViewers,
    double time
);
[C++]
HRESULT ApplyTracks(
  VARIANT_BOOL bApplyToAllViewers,
  double time
);
[C++]

Parameters bApplyToAllViewers [in] bApplyToAllViewers is a parameter of type VARIANT_BOOL time [in] time is a parameter of type double

Product Availability

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

See Also

IAGAnimationTracks Interface