This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterBuilder Interface > IRasterBuilder.GetRecommendedCrawler Method (ArcObjects .NET 10.4 SDK) |
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