.NET Framework Class Library
ShellResult.Init Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > ShellResult Class > ShellResult Methods > .NET Framework Class Library |
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub Init ( _ execOk As Integer _ |
C# |
|---|
public void Init( int execOk |
Visual C++ |
|---|
public: void Init( |
JavaScript |
|---|
function init(execOk); |
Parameters
execOk
Type: System.Int32
See Also