This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IT > ITimeLayerTrackExtension Interface > ITimeLayerTrackExtension.GetTimeWindow Method (ArcObjects .NET 10.5 SDK) |
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,
ITimeWindow** ppTimeWindow
);
[C++]
Parameters pTrack [in]
pTrack is a parameter of type IAGAnimationTrack pObject [in] pObject is a parameter of type LPUNKNOWN ppTimeWindow [out, retval]
ppTimeWindow is a parameter of type ITimeWindow
Get the time window for a specific time animation object.