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


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

ITimeLayerTrackExtension.GetTimeWindow Method

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

Product Availability

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

Remarks

Get the time window for a specific time animation object.

See Also

ITimeLayerTrackExtension Interface