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


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

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(
  System.String* 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