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


IPythonRasterCrawler.ModulePath Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR pModulePath
);
[C++]

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

Product Availability

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

See Also

IPythonRasterCrawler Interface