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


IPythonRasterCrawler.CrawlerName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPythonRasterCrawler Interface > IPythonRasterCrawler.CrawlerName Property
ArcGIS Developer Help

IPythonRasterCrawler.CrawlerName Property

The crawler class name.

[Visual Basic .NET]
Public Property CrawlerName As String
[C#]
public string CrawlerName {get; set;}
[C++]
HRESULT get_CrawlerName(
  BSTR pCrawlerName
);
[C++]
HRESULT put_CrawlerName(
  System.String* pCrawlerName
);
[C++]
Parameters
pCrawlerName [in]

pCrawlerName is a parameter of type BSTR pCrawlerName [out, retval]
pCrawlerName is a parameter of type BSTR*

Product Availability

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

See Also

IPythonRasterCrawler Interface