IModelManager.GetMultipleParameterValues Method
- Updated2023-02-21
- 2 minute(s) read
This method is deprecated in NI VeriStand 2010 and later. Use the GetMultipleParameterValues method of the IModelManager2 interface instead.
Namespace:
NationalInstruments.VeriStand.ClientAPIGets the values of multiple model parameters present on the first target. You must use the GetMultipleParameterValues 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 GetMultipleParameterValues ( _ parameters As String(), _ <OutAttribute> ByRef values As Double() _ ) As Error |
| C# |
|---|
Error GetMultipleParameterValues( string[] parameters, out double[] values ) |
| Visual C++ |
|---|
Error^ GetMultipleParameterValues( array<String^>^ parameters, [OutAttribute] array<double>^% values ) |
Parameters
- parameters
- Type:
System.String
The parameters for which to get values.
- values
- Type:
System.Double
%
A list of the values of the specified parameters.