ArcObjects Library Reference (DataSourcesRaster)  

IArrayCrawler.CrawlerItemType Property

The data source type associated with this crawler.

[Visual Basic .NET]
Public WriteOnly Property CrawlerItemType
[C#]
public void CrawlerItemType {set;}
[C++]
HRESULT put_CrawlerItemType(
  esriCrawlerDataSourceType 
);
[C++]

Parameters

[in]

   is a parameter of type esriCrawlerDataSourceType

Product Availability

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

See Also

IArrayCrawler Interface