VeriStand .NET API Reference

ParameterValueChangeEventArgs.NewValue Property

Gets a value indicating the new value of the model parameter.

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 ReadOnly Property NewValue As DataArray
C#
public DataArray NewValue { get; }
Visual C++
public:
property DataArray^ NewValue {
	DataArray^ get ();
}

Property Value

An array containing the new value of the model parameter.

See Also