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


IAGAnimationTracks.ApplyTracks Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGAnimationTracks Interface > IAGAnimationTracks.ApplyTracks Method
ArcGIS Developer Help

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 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