VeriStand .NET API Reference

ParameterValueWatcher Constructor

Initializes a new instance of the ParameterValueWatcher class.

Namespace: NationalInstruments.VeriStand.ClientAPI
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Sub New ( _
	mgr As IModelManager2, _
	target As String, _
	parameter As String _
)
C#
public ParameterValueWatcher(
	IModelManager2 mgr,
	string target,
	string parameter
)
Visual C++
public:
ParameterValueWatcher(
	IModelManager2^ mgr, 
	String^ target, 
	String^ parameter
)

Parameters

mgr
Type: NationalInstruments.VeriStand.ClientAPI.IModelManager2
Instance of the interface with which to register the parameter value changed event
target
Type: System.String
Target the parameter exists on
parameter
Type: System.String
Name of the parameter to register the event for

See Also

Log in to get a better experience