ArcObjects Library Reference (DataSourcesRaster)  

IAddRastersParameters.Crawler Property

The data source crawler that provides incoming data source items.

[Visual Basic .NET]
Public Property Crawler As IDataSourceCrawler
[C#]
public IDataSourceCrawler Crawler {get; set;}
[C++]
HRESULT get_Crawler(
  IDataSourceCrawler** ppCrawler
);
[C++]
HRESULT putref_Crawler(
  IDataSourceCrawler* ppCrawler
);
[C++]

Parameters

ppCrawler [out, retval]

  ppCrawler is a parameter of type IDataSourceCrawler

ppCrawler [in]

  ppCrawler is a parameter of type IDataSourceCrawler

Product Availability

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

See Also

IAddRastersParameters Interface

.NET Samples

Create a custom raster type (Code Files: TestThumbnailBuilder)

.NET Related Topics

How to add rasters to a Mosaic dataset