IModelManager.SetMultipleParameterValues Method
- Updated2023-02-21
- 2 minute(s) read
This method is deprecated in NI VeriStand 2010 and later. Use the SetMultipleParameterValues method of the IModelManager2 interface instead.
Namespace:
NationalInstruments.VeriStand.ClientAPISets the values of multiple model parameters present on the first target. You must use the SetMultipleParameterValues method of the IModelManager2 interface if you want to specify one of multiple targets.
Assembly: NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Function SetMultipleParameterValues ( _ parameters As String(), _ newValues As Double() _ ) As Error |
| C# |
|---|
Error SetMultipleParameterValues( string[] parameters, double[] newValues ) |
| Visual C++ |
|---|
Error^ SetMultipleParameterValues( array<String^>^ parameters, array<double>^ newValues ) |
Parameters
- parameters
- Type:
System.String
The list of model parameters to set values for.
- newValues
- Type:
System.Double
The values to set on the parameters.