ArcObjects Library Reference (DataSourcesRaster)  

IRasterBuilder.GetRecommendedCrawler Method

Returns a crawler best suited for data source as recommended by the raster builder.

[Visual Basic .NET]
Public Function GetRecommendedCrawler ( _
    ByVal pDataSourceProperties As IPropertySet _
) As IDataSourceCrawler
[C#]
public IDataSourceCrawler GetRecommendedCrawler (
    IPropertySet pDataSourceProperties
);
[C++]
HRESULT GetRecommendedCrawler(
  IPropertySet* pDataSourceProperties,
  IDataSourceCrawler** ppRecommendedCrawler
);
[C++]

Parameters

pDataSourceProperties [in]

  pDataSourceProperties is a parameter of type IPropertySet

ppRecommendedCrawler [out, retval]

  ppRecommendedCrawler is a parameter of type IDataSourceCrawler

Product Availability

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

See Also

IRasterBuilder Interface

.NET Samples

Create a custom raster type (Code Files: ThumbnailBuilder)