Returns value of the instrument parameter by its name.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public Object GetParameterValue(
	string parameterName
)
Visual Basic (Declaration)
Public Function GetParameterValue ( _
	parameterName As String _
) As Object
Visual C++
public:
Object^ GetParameterValue(
	String^ parameterName
)

Parameters

parameterName
Type: System..::.String

See Also