This document is archived and information here might be outdated. Recommended version. |
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*