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


IPythonRasterCrawler.ModulePath 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.ModulePath Property
ArcGIS Developer Help

IPythonRasterCrawler.ModulePath Property

The python module path.

[Visual Basic .NET]
Public Property ModulePath As String
[C#]
public string ModulePath {get; set;}
[C++]
HRESULT get_ModulePath(
  BSTR pModulePath
);
[C++]
HRESULT put_ModulePath(
  System.String* pModulePath
);
[C++]
Parameters
pModulePath [in]

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

Product Availability

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

See Also

IPythonRasterCrawler Interface