This document is archived and information here might be outdated.  Recommended version.


IAnimationTypeTimeLayer.GetTimeWindow Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAnimationTypeTimeLayer Interface > IAnimationTypeTimeLayer.GetTimeWindow Method
ArcGIS Developer Help

IAnimationTypeTimeLayer.GetTimeWindow Method

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAnimationTypeTimeLayer Interface