Dictionary.GetI32Array Method
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
Gets the 32-bit signed integer array 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 GetI32Array ( _ name As String, _ <OutAttribute> ByRef value As Integer() _ ) As Boolean |
| C# |
|---|
public bool GetI32Array( string name, out int[] value ) |
| Visual C++ |
|---|
public: bool GetI32Array( String^ name, [OutAttribute] array<int>^% value ) |
Parameters
- name
- Type: System.String
The name of the element.
- value
- Type:
System.Int32
%
The current value of the element.