.NET Framework Class Library
EventsObjT(T_IN, T_OUT).SetValue 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 |
Set value of specified output parameter (class event management).
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub SetValue ( _ idPar As T_OUT, _ |
C# |
|---|
public void SetValue( T_OUT idPar, |
Visual C++ |
|---|
public: void SetValue( |
JavaScript |
|---|
function setValue(idPar, sValue); |
Parameters
idPar
Type: T_OUT
output parameter name identifier
sValue
Type: System.String
parameter value
Remarks
See Also