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