This document is archived and information here might be outdated. Recommended version. |
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*