Sets 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 void SetParameterValue(
	string parameterName,
	Object parameterValue
)
Visual Basic (Declaration)
Public Sub SetParameterValue ( _
	parameterName As String, _
	parameterValue As Object _
)
Visual C++
public:
void SetParameterValue(
	String^ parameterName, 
	Object^ parameterValue
)

Parameters

parameterName
Type: System..::.String
parameterValue
Type: System..::.Object

See Also