This document is archived and information here might be outdated. Recommended version. |
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