.NET Framework Class Library
EventsObjT(T_IN, T_OUT).GetParameterValue Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > EventsObjT(T_IN, T_OUT) Class > EventsObjT(T_IN, T_OUT) Methods > .NET Framework Class Library |
Get value of specified 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 GetParameterValue ( _ sName As String _ |
C# |
|---|
public string GetParameterValue( string sName |
Visual C++ |
|---|
public: String^ GetParameterValue( |
JavaScript |
|---|
function getParameterValue(sName); |
Parameters
sName
Type: System.String
parameter name identifier
Return Value
parameter value
Remarks
Available starting from R15 release.
See Also