This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPythonRasterCrawler Interface > IPythonRasterCrawler.ModulePath Property (ArcObjects .NET 10.5 SDK) |
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