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


IRasterBuilder.GetRecommendedCrawler Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBuilder Interface > IRasterBuilder.GetRecommendedCrawler Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pDataSourceProperties [in]

pDataSourceProperties is a parameter of type IPropertySet*

Product Availability

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

See Also

IRasterBuilder Interface

.NET Samples

Create a custom raster type