ArcObjects Library Reference (3DAnalyst)  

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