ParameterValueChangeEventArgs.NewValue Property
- Updated2023-02-21
- 2 minute(s) read
Gets a value indicating the new value of the model parameter.
Namespace:
NationalInstruments.VeriStand.ClientAPIAssembly: 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 (); } |