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