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