Dictionary.GetI16 Method
- Updated2023-02-21
- 2 minute(s) read
Gets the 16-bit signed integer element specified by name. This method also returns the current value of the element.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function GetI16 ( _ name As String, _ <OutAttribute> ByRef value As Short _ ) As Boolean |
| C# |
|---|
public bool GetI16( string name, out short value ) |
| Visual C++ |
|---|
public: bool GetI16( String^ name, [OutAttribute] short% value ) |
Parameters
- name
- Type: System.String
The name of the element.
- value
- Type:
System.Int16
%
The current value of the element.