This document is archived and information here might be outdated. Recommended version. |
Calculates the minimum and maximum times for the Time Keyframe from the track.
[Visual Basic .NET] Public Sub AssignTimeRange ( _ ByVal pTrack As IAGAnimationTrack _ )
[C#] public void AssignTimeRange ( IAGAnimationTrack pTrack );
[C++]
HRESULT AssignTimeRange(
IAGAnimationTrack* pTrack
);
[C++] Parameters pTrack [in]
pTrack is a parameter of type IAGAnimationTrack*