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


IAnimationTracks.ApplyTracks Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTracks Interface > IAnimationTracks.ApplyTracks Method
ArcGIS Developer Help

IAnimationTracks.ApplyTracks Method

Plays the enabled animation tracks in the given viewer (in all if null).

[Visual Basic .NET]
Public Sub ApplyTracks ( _
    ByVal pViewer As ISceneViewer, _
    ByVal time As Double, _
    ByVal duration As Double _
)
[C#]
public void ApplyTracks (
    ISceneViewer pViewer,
    double time,
    double duration
);
[C++]
HRESULT ApplyTracks(
  ISceneViewer* pViewer,
  double time,
  double duration
);
[C++]
Parameters
pViewer [in]

pViewer is a parameter of type ISceneViewer* time [in]
time is a parameter of type double duration [in]
duration is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IAnimationTracks Interface

.NET Samples

Animation in the GlobeControl