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