ArcObjects Library Reference (DataSourcesRaster)  

IDataSourceCrawler.CanFilterByTime Property

Indicates whether the data source crawler can filter items by time using the 'TimeExtent' property.

[Visual Basic .NET]
Public ReadOnly Property CanFilterByTime As Boolean
[C#]
public bool CanFilterByTime {get;}
[C++]
HRESULT get_CanFilterByTime(
  VARIANT_BOOL* pbCanFilterByTime
);
[C++]

Parameters

pbCanFilterByTime [out, retval]   pbCanFilterByTime is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDataSourceCrawler Interface