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


IPythonAdapterFunctionArguments.PythonModule Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPythonAdapterFunctionArguments.PythonModule Property

The python module file path.

[Visual Basic .NET]
Public Property PythonModule As String
[C#]
public string PythonModule {get; set;}
[C++]
HRESULT get_PythonModule(
  BSTR* pModule
);
[C++]
HRESULT put_PythonModule(
  BSTR pModule
);
[C++]

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

Product Availability

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

See Also

IPythonAdapterFunctionArguments Interface