ArcObjects Library Reference (Animation)  

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 LPUNKNOWN ppTimeWindow

  ppTimeWindow is a parameter of type ITimeWindow

Product Availability

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

See Also

IAnimationTypeTimeLayer Interface