.NET Framework Class Library
EventsObjT(T_IN, T_OUT).GetValue Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > EventsObjT(T_IN, T_OUT) Class > EventsObjT(T_IN, T_OUT) Methods >

.NET Framework Class Library
EventsObjT(T_IN, T_OUT).GetValue Method

Get value of specified input parameter (class event management).

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

Syntax

Visual Basic

Public Function GetValue ( _

idPar As T_IN _
) As String

C#

public string GetValue(

T_IN idPar
)

Visual C++

public:

String^ GetValue(
T_IN idPar
)

JavaScript

function getValue(idPar);

Parameters

idPar

Type: T_IN
input parameter name identifier

Return Value

parameter value

Remarks

In case of list values, the return value is a join with "|" of all string values.

See Also

EventsObjT(T_IN, T_OUT) Class

EventsObjT(T_IN, T_OUT) Members

MwPDMApi Namespace