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


IDataSourceCrawler.TimeExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDataSourceCrawler Interface > IDataSourceCrawler.TimeExtent Property
ArcGIS Developer Help

IDataSourceCrawler.TimeExtent Property

The range of allowed time value associated with crawled data source items. Items with time stamps that don't lie within the specified range are filtered out. This value is used only if the crawler can filter by time as indicated by the 'CanFilterByTime' proper.

[Visual Basic .NET]
Public Property TimeExtent As ITimeExtent
[C#]
public ITimeExtent TimeExtent {get; set;}
[C++]
HRESULT get_TimeExtent(
  ITimeExtent* ppTimeExtent
);
[C++]
HRESULT putref_TimeExtent(
  ITimeExtent** ppTimeExtent
);
[C++]
Parameters
ppTimeExtent [in]

ppTimeExtent is a parameter of type ITimeExtent* ppTimeExtent [out, retval]
ppTimeExtent is a parameter of type ITimeExtent**

Product Availability

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

See Also

IDataSourceCrawler Interface