.NET Framework Class Library
Application.Init Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Application Class > Application 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 ( _ pAppl As Object, _ |
C# |
|---|
public void Init( Object pAppl, |
Visual C++ |
|---|
public: void Init( |
JavaScript |
|---|
function init(pAppl, pAddIn, pName, aType); |
Parameters
pAppl
Type: System.Object
pAddIn
Type: System.Object
pName
Type: System.String
aType
Type: System.Int32
See Also