ArcObjects Library Reference (Animation)  

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

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