This document is archived and information here might be outdated. Recommended version. |
Provides access to the time window for the given object.
[Visual Basic .NET] Public Function GetTimeWindow ( _ ByVal pTrack As IAGAnimationTrack, _ ByVal pObject As Object _ ) As ITimeWindow
[C#] public ITimeWindow GetTimeWindow ( IAGAnimationTrack pTrack, object pObject );
[C++]
HRESULT GetTimeWindow(
IAGAnimationTrack* pTrack,
LPUNKNOWN pObject
);
[C++] Parameters pTrack [in]
pTrack is a parameter of type IAGAnimationTrack* pObject [in]
pObject is a parameter of type IUnknown
Get the time window for a specific time animation object.