.NET Framework Class Library
PDMSystem.GetEnvironment Method

<< Click to Display Table of Contents >>

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

.NET Framework Class Library
PDMSystem.GetEnvironment Method

Returns value of given Environment key ("DBWorksConnectionDSN", "DBWorksConnectionUID", "DBWorksConnectionPWD",...).

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function GetEnvironment ( _

dbwkey As String _
) As String

C#

public string GetEnvironment(

string dbwkey
)

Visual C++

public:

String^ GetEnvironment(
String^ dbwkey
)

JavaScript

function getEnvironment(dbwkey);

Parameters

dbwkey

Type: System.String

Return Value

Installation Path string

Remarks

See Also

PDMSystem Class

PDMSystem Members

MwPDMApi Namespace