ArcObjects Library Reference (Animation)  

ITimeLayerTrackExtension.TimeWindows Property

Provides access to the time windows for the objects attached to the track.

[Visual Basic .NET]
Public ReadOnly Property TimeWindows As IArray
[C#]
public IArray TimeWindows {get;}
[C++]
HRESULT get_TimeWindows(
  IArray** ppTimeWindows
);
[C++]

Parameters

ppTimeWindows [out, retval]

  ppTimeWindows is a parameter of type IArray

Product Availability

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

Remarks

This property allows you to access the time windows of all the time layers that are attached to the time track.

See Also

ITimeLayerTrackExtension Interface