This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IA > IAnimationTracks Interface > IAnimationTracks.ApplyTracks Method (ArcObjects .NET 10.5 SDK) |
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