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


ITimeLayerTrackExtension.TimeWindows Property (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.TimeWindows Property
ArcGIS Developer Help

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