.NET Framework Class Library
Application.Init Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Application Class > Application Methods >

.NET Framework Class Library
Application.Init Method

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, _
pAddIn As Object, _
pName As String, _
aType As Integer _
)

C#

public void Init(

Object pAppl,
Object pAddIn,
string pName,
int aType
)

Visual C++

public:

void Init(
Object^ pAppl,
Object^ pAddIn,
String^ pName,
int aType
)

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

Application Class

Application Members

MwPDMApi Namespace